🛠️ Code cleanup & added many new features #1

Merged
gnmyt merged 121 commits from features/code-cleanup into master 2021-09-02 13:34:00 +00:00
Showing only changes of commit 1ddfecd907 - Show all commits

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