mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-23 00:21:30 +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
|
* Map of all islands with island uniqueId as key
|
||||||
*/
|
*/
|
||||||
@NonNull
|
@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
|
* Every player who is associated with an island is in this map. Key is player
|
||||||
* UUID, value is a set of islands
|
* UUID, value is a set of islands
|
||||||
|
Loading…
Reference in New Issue
Block a user