mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-07 00:48:34 +01:00
Remove nonNull annotation because it is wrong.
This commit is contained in:
parent
34060740c7
commit
2733e31535
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user