Merge pull request #1 from HgeX/patch-1

Added SuppressWarnings annotation
This commit is contained in:
DaniFoldi 2021-03-18 13:12:51 +01:00 committed by GitHub
commit 73be41d83b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ import org.bukkit.event.Listener;
import java.util.Set;
@SuppressWarnings("UnstableApiUsage")
public class PlotSquaredListener implements Listener {
private final ShopChest plugin;