From c27630f0c0eb7e5084f28139aaf2ba45ff3a7e23 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 9 May 2020 00:26:18 +0800 Subject: Welcome back: Container Signed-off-by: shedaniel --- src/main/java/me/shedaniel/rei/RoughlyEnoughItemsState.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/java/me/shedaniel/rei/RoughlyEnoughItemsState.java') diff --git a/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsState.java b/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsState.java index 0a67d6f75..2f5240d09 100644 --- a/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsState.java +++ b/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsState.java @@ -79,7 +79,6 @@ public class RoughlyEnoughItemsState { } } - @SuppressWarnings({"Convert2MethodRef", "FunctionalExpressionCanBeFolded"}) public static void onContinue(Runnable runnable) { continueCallbacks.add(runnable); } -- cgit