mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-24 03:35:11 +01:00
Added NonNull to FlagsManager#plugin
This commit is contained in:
parent
9d41991c75
commit
7fa72fdb81
@ -20,7 +20,7 @@ import world.bentobox.bentobox.lists.Flags;
|
||||
*/
|
||||
public class FlagsManager {
|
||||
|
||||
private BentoBox plugin;
|
||||
private @NonNull BentoBox plugin;
|
||||
private List<@NonNull Flag> flags = new ArrayList<>();
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user