Skip to content

Commit

Permalink
opt
Browse files Browse the repository at this point in the history
  • Loading branch information
MactavishCui committed Jan 2, 2025
1 parent 86f425c commit 9eca0cb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
import org.dinky.mybatis.util.ProTableUtil;
import org.dinky.service.ClusterConfigurationService;
import org.dinky.service.ClusterInstanceService;
import org.dinky.service.FragmentVariableService;
import org.dinky.service.HistoryService;
import org.dinky.service.JobHistoryService;
import org.dinky.service.JobInstanceService;
Expand Down Expand Up @@ -85,7 +84,6 @@ public class JobInstanceServiceImpl extends SuperServiceImpl<JobInstanceMapper,
private final ClusterInstanceService clusterInstanceService;
private final ClusterConfigurationService clusterConfigurationService;
private final JobHistoryService jobHistoryService;
private final FragmentVariableService fragmentVariableService;

@Override
public JobInstance getByIdWithoutTenant(Integer id) {
Expand Down

0 comments on commit 9eca0cb

Please sign in to comment.