[CI-SKIP] Remove bad null annotation (#5538)
This commit is contained in:
@@ -41,8 +41,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
}
|
||||
|
||||
@@ -0,0 +0,0 @@ public class NBTTagCompound implements NBTBase {
|
||||
@Nullable public UUID getUUID(String prefix) { return a(prefix); } // Paper - OBFHELPER
|
||||
@Nullable
|
||||
*/
|
||||
public UUID getUUID(String prefix) { return a(prefix); } // Paper - OBFHELPER
|
||||
public UUID a(String s) {
|
||||
+ // Paper start - support old format
|
||||
+ if (!hasKeyOfType(s, 11) && this.hasKeyOfType(s + "Most", 99) && this.hasKeyOfType(s + "Least", 99)) {
|
||||
|
||||
Reference in New Issue
Block a user