Fix compile error

This commit is contained in:
embeddedt 2023-05-08 09:59:05 -04:00
parent 6a8c7c10a6
commit cc9e7289c6
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -13,7 +13,7 @@ import org.embeddedt.modernfix.resources.ReloadExecutor;
import org.embeddedt.modernfix.util.ClassInfoManager;
import java.lang.management.ManagementFactory;
import java.util.concurrent.Executor;
import java.util.concurrent.ExecutorService;
// The value here should match an entry in the META-INF/mods.toml file
public class ModernFix {