Skip to content

Commit

Permalink
resolve sonar: class is part of one cycle containing 2 classes
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyu10 committed Oct 14, 2024
1 parent 113e377 commit de1fa82
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
import com.weibo.rill.flow.olympicene.core.runtime.DAGInfoStorage;
import com.weibo.rill.flow.olympicene.core.runtime.DAGStorageProcedure;
import com.weibo.rill.flow.olympicene.traversal.DAGOperations;
import com.weibo.rill.flow.olympicene.traversal.DAGOperationsInterface;
import com.weibo.rill.flow.olympicene.traversal.checker.TimeCheckMember;
import com.weibo.rill.flow.olympicene.traversal.checker.TimeChecker;
import com.weibo.rill.flow.olympicene.traversal.helper.ContextHelper;
Expand All @@ -54,7 +55,7 @@ public class TimeCheckRunner {
private final DAGInfoStorage dagInfoStorage;
private final DAGContextStorage dagContextStorage;
@Setter
private DAGOperations dagOperations;
private DAGOperationsInterface dagOperations;

public TimeCheckRunner(TimeChecker timeChecker, DAGInfoStorage dagInfoStorage, DAGContextStorage dagContextStorage,
DAGStorageProcedure dagStorageProcedure) {
Expand Down

0 comments on commit de1fa82

Please sign in to comment.