Made the value variable final
This commit is contained in:
parent
2532257f53
commit
1ddfecd907
@ -11,7 +11,7 @@ public enum LoginParam {
|
||||
USE_TIMEZONE("useTimezone=true"),
|
||||
TIMEZONE_UTC("serverTimezone=UTC");
|
||||
|
||||
private String value;
|
||||
private final String value;
|
||||
|
||||
/**
|
||||
* Basic constructor for the LoginParam enum
|
||||
|
Reference in New Issue
Block a user