From 587c942d888bda1964ec11e1b61feb614592a257 Mon Sep 17 00:00:00 2001 From: sauilitired Date: Mon, 20 Aug 2018 11:36:59 +0200 Subject: [PATCH] Suppress PlotAPI warnings --- .../com/github/intellectualsites/plotsquared/api/PlotAPI.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/api/PlotAPI.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/api/PlotAPI.java index a3c5fc95d..2d24cb6a0 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/api/PlotAPI.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/api/PlotAPI.java @@ -34,6 +34,7 @@ import java.util.UUID; * * @version 3.3.3 */ +@SuppressWarnings({"unused", "WeakerAccess"}) @NoArgsConstructor public class PlotAPI {