Make various things final

This commit is contained in:
Draycia
2019-06-10 11:10:39 -07:00
parent 64a6389ebf
commit 4851655110
12 changed files with 18 additions and 19 deletions

View File

@@ -39,7 +39,7 @@ public enum NMSVersion {
SPIGOT_1_13_R2("v1_13_R2"),
SPIGOT_1_14_R1("v1_14_R1");
private String version;
private final String version;
NMSVersion(String version) {
this.version = version;