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