Skip to content

Commit e547e01

Browse files
Reorder attributes
Signed-off-by: Lehmann_Fabian <[email protected]>
1 parent 073f971 commit e547e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/cws/k8s/scheduler/model/cluster/CopyTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@Slf4j
1515
public class CopyTask extends Task {
1616

17-
private final static Process COPY_PROCESS = new Process( "Copy", Integer.MAX_VALUE );
17+
private static final Process COPY_PROCESS = new Process( "Copy", Integer.MAX_VALUE );
1818
private final Task task;
1919
private final NodeWithAlloc node;
2020
private final List<LabelCount> labelCounts;

0 commit comments

Comments
 (0)