Skip to content

Commit

Permalink
[Improve] checkstyle issue improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys committed Jul 21, 2024
1 parent c4d9379 commit e26f14c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import org.apache.streampark.console.core.annotation.AppUpdated;
import org.apache.streampark.console.core.entity.ApplicationBackUp;
import org.apache.streampark.console.core.entity.SparkApplication;
import org.apache.streampark.console.core.entity.SparkApplicationLog;
import org.apache.streampark.console.core.enums.AppExistsStateEnum;
import org.apache.streampark.console.core.service.ApplicationBackUpService;
import org.apache.streampark.console.core.service.ResourceService;
Expand Down Expand Up @@ -208,7 +207,6 @@ public RestResponse backups(ApplicationBackUp backUp, RestRequest request) {
return RestResponse.success(backups);
}


@PostMapping("opt_log")
public RestResponse optionlog(ApplicationLog applicationLog, RestRequest request) {
IPage<ApplicationLog> applicationList = applicationLogService.getPage(applicationLog, request);
Expand Down

0 comments on commit e26f14c

Please sign in to comment.