Skip to content

Commit

Permalink
fix: made label final in RuntimeMode (2954)
Browse files Browse the repository at this point in the history
* Made RuntimeMode.label as final

* Revert "Made RuntimeMode.label as final"

This reverts commit ab83884.

* RuntimeMode.label is made final

Signed-off-by: CHIRANTH RAJU C <chiranthrajuc@gmail.com>

---------

Signed-off-by: CHIRANTH RAJU C <chiranthrajuc@gmail.com>
  • Loading branch information
CHIRANTH-24 committed Apr 25, 2024
1 parent a54a40c commit 78a7989
Showing 1 changed file with 1 addition and 1 deletion.
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 78a7989

Please sign in to comment.