Remove nullability annotations from enum constructors
By: Darkyenus <darkyenus@gmail.com>
This commit is contained in:
@@ -119,7 +119,7 @@ public enum LootTables implements Keyed {
|
||||
|
||||
private final String location;
|
||||
|
||||
private LootTables(@NotNull String location) {
|
||||
private LootTables(/*@NotNull*/ String location) {
|
||||
this.location = location;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user