Added SuppressWarnings annotation

This commit is contained in:
HgeX 2021-03-18 08:18:04 +01:00 committed by GitHub
parent 54c9d2b515
commit d00c98cf0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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;
@ -120,4 +121,4 @@ public class PlotSquaredListener implements Listener {
}
return false;
}
}
}