Made the value variable final

This commit is contained in:
mathias 2021-08-19 15:51:19 +02:00
parent 2532257f53
commit 1ddfecd907
No known key found for this signature in database
GPG Key ID: 8950DF62139C852A

View File

@ -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