Remove nonNull annotation because it is wrong.

This commit is contained in:
tastybento 2024-07-09 07:31:09 -07:00
parent 34060740c7
commit 2733e31535

View File

@ -38,7 +38,7 @@ public class IslandCache {
* Map of all islands with island uniqueId as key
*/
@NonNull
private final Map<@NonNull String, @NonNull Island> islandsById;
private final Map<@NonNull String, Island> islandsById;
/**
* Every player who is associated with an island is in this map. Key is player
* UUID, value is a set of islands