diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-01-02 14:31:16 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-01-02 14:31:16 +0800 |
| commit | 5e2eccadbd91171c01cdb209d1338bcfb7786b1c (patch) | |
| tree | 6c7387de5baea8b335e8abe58651018f77ad2d41 /src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java | |
| parent | e8714fe8fc1dcaec7ad299c63e2b657870c8fb40 (diff) | |
| download | RoughlyEnoughItems-5e2eccadbd91171c01cdb209d1338bcfb7786b1c.tar.gz RoughlyEnoughItems-5e2eccadbd91171c01cdb209d1338bcfb7786b1c.tar.bz2 RoughlyEnoughItems-5e2eccadbd91171c01cdb209d1338bcfb7786b1c.zip | |
3.3
Fix #58
Close #134
Close #158
Fix #227
Diffstat (limited to 'src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java b/src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java deleted file mode 100644 index 3a7bd6307..000000000 --- a/src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Roughly Enough Items by Danielshe. - * Licensed under the MIT License. - */ - -package me.shedaniel.rei.utils; - -import java.util.function.Supplier; - -@Deprecated -public class ExecutorUtil { - private ExecutorUtil() { - } - - public static void execute(Supplier<Runnable> runnableSupplier) { - runnableSupplier.get().run(); - } -} |
