From 7a1cf35934ef14c04f884fe6ae34282e1d6243ba Mon Sep 17 00:00:00 2001 From: shedaniel Date: Fri, 17 Jan 2020 14:31:30 +0800 Subject: 3.3.12 --- src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java') diff --git a/src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java b/src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java index 50b6970b3..53def2a24 100644 --- a/src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java +++ b/src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java @@ -19,7 +19,6 @@ import java.util.Collections; import java.util.Random; @TestOnly -@Deprecated public class REITestPlugin implements REIPluginV0 { private Random random = new Random(); @@ -44,7 +43,7 @@ public class REITestPlugin implements REIPluginV0 { for (int i = 0; i < 15; i++) entryRegistry.registerEntry(transformStack(EntryStack.create(stack))); } - } catch (Exception e) { + } catch (Exception ignored) { } } } -- cgit