Code polish

This commit is contained in:
nathan 2020-08-06 02:35:19 +02:00
parent 82e404930c
commit 9e96d21875

View File

@ -28,7 +28,7 @@ import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.atomic.AtomicInteger;
import dorkbox.util.OS;
import dorkbox.os.OS;
/**
* The EXIT system uses ERRORS to exit the application. We must make sure NOT to swallow them higher up! -- so don't catch "throwable"!