From b9a51c5fdf8ff596a1d2d58c01dd11d8a45312c8 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Tue, 10 Dec 2019 23:46:52 +0800 Subject: forgot --- src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/java/me/shedaniel') 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; -- cgit