Skip to content

Commit

Permalink
Made RuntimeMode.label as final
Browse files Browse the repository at this point in the history
  • Loading branch information
CHIRANTH-24 committed Apr 23, 2024
1 parent fb8e7da commit ab83884
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public enum RuntimeMode {

public static final String JKUBE_EFFECTIVE_PLATFORM_MODE = "jkube.internal.effective.platform.mode";

private String label;
private final String label;

RuntimeMode(String label) {
this.label = label;
Expand Down

0 comments on commit ab83884

Please sign in to comment.