mirror of
https://github.com/Flowsqy/ShopChest.git
synced 2024-11-14 23:15:10 +01:00
Added SuppressWarnings annotation
This commit is contained in:
parent
54c9d2b515
commit
d00c98cf0c
@ -20,6 +20,7 @@ import org.bukkit.event.Listener;
|
||||
|
||||
import java.util.Set;
|
||||
|
||||
@SuppressWarnings("UnstableApiUsage")
|
||||
public class PlotSquaredListener implements Listener {
|
||||
private final ShopChest plugin;
|
||||
|
||||
@ -120,4 +121,4 @@ public class PlotSquaredListener implements Listener {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user