We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073f971 commit e547e01Copy full SHA for e547e01
src/main/java/cws/k8s/scheduler/model/cluster/CopyTask.java
@@ -14,7 +14,7 @@
14
@Slf4j
15
public class CopyTask extends Task {
16
17
- private final static Process COPY_PROCESS = new Process( "Copy", Integer.MAX_VALUE );
+ private static final Process COPY_PROCESS = new Process( "Copy", Integer.MAX_VALUE );
18
private final Task task;
19
private final NodeWithAlloc node;
20
private final List<LabelCount> labelCounts;
0 commit comments