From 9e96d218751c69ccbeb403ced0827fa5c9962352 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 6 Aug 2020 02:35:19 +0200 Subject: [PATCH] Code polish --- src/dorkbox/exit/Exit.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dorkbox/exit/Exit.java b/src/dorkbox/exit/Exit.java index d13c944..c08e1fe 100644 --- a/src/dorkbox/exit/Exit.java +++ b/src/dorkbox/exit/Exit.java @@ -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"!