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
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;
}
}
}