Skip to content

Commit

Permalink
Issue #1837: Code style fix for PlatformMode.java fields
Browse files Browse the repository at this point in the history
Signed-off-by: Dipesh Rawat <Dipesh.rawat@ibm.com>
  • Loading branch information
dipesh-rawat authored and manusa committed Oct 13, 2022
1 parent 8058718 commit 59a9a8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public enum PlatformMode {
*/
openshift("OpenShift");

private String label;
private final String label;

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

0 comments on commit 59a9a8d

Please sign in to comment.