Add @NotNull to Key in org.bukkit.sound (#5241)

Fix compiling
This commit is contained in:
Aurora 2021-02-24 01:20:52 +01:00
parent 9f48fadb5a
commit 2233321504

View file

@ -594,6 +594,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
}
+
+ // Paper start
+ @NotNull
+ @Override
+ public net.kyori.adventure.key.@org.checkerframework.checker.nullness.qual.NonNull Key key() {
+ return this.key;