diff options
| author | shedaniel <daniel@shedaniel.me> | 2019-12-10 23:46:52 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2019-12-10 23:46:52 +0800 |
| commit | b9a51c5fdf8ff596a1d2d58c01dd11d8a45312c8 (patch) | |
| tree | 7433abedee31761ed2b98b1bb3c9a4a4e4a785d3 /src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java | |
| parent | 7857f3f4c83c492bd49f535e39a660c371bc4364 (diff) | |
| download | RoughlyEnoughItems-b9a51c5fdf8ff596a1d2d58c01dd11d8a45312c8.tar.gz RoughlyEnoughItems-b9a51c5fdf8ff596a1d2d58c01dd11d8a45312c8.tar.bz2 RoughlyEnoughItems-b9a51c5fdf8ff596a1d2d58c01dd11d8a45312c8.zip | |
forgot
Diffstat (limited to 'src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java b/src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java index 215651523..174f4e5c3 100644 --- a/src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java +++ b/src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java @@ -1,3 +1,8 @@ +/* + * Roughly Enough Items by Danielshe. + * Licensed under the MIT License. + */ + package me.shedaniel.rei.utils; import java.util.function.Supplier; |
