Skip to content

Commit 88e47e1

Browse files
Set label to null by default
Signed-off-by: Lehmann_Fabian <[email protected]>
1 parent 5332294 commit 88e47e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/cws/k8s/scheduler/dag/InputEdge.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
public class InputEdge {
1010

1111
private final int uid;
12-
private final String label;
12+
private final String label = null;
1313
private final int from;
1414
private final int to;
1515

0 commit comments

Comments
 (0)