9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-28 19:39:22 +00:00

Removed stupid suppression

This commit is contained in:
Auxilor
2021-10-02 11:58:12 +01:00
parent 3faa7a4178
commit 1d7addebda

View File

@@ -39,7 +39,6 @@ public class ReforgeGUI {
*
* @param plugin The plugin.
*/
@SuppressWarnings("checkstyle:MissingSwitchDefault")
@ConfigUpdater
public static void update(@NotNull final EcoPlugin plugin) {
ReforgeHandler handler = new ReforgeHandler(plugin);