Code Cleanup

This commit is contained in:
Konloch 2021-07-21 15:28:48 -07:00
parent 55d071af32
commit 0c629833dd
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ import me.konloch.kontainer.io.DiskReader;
import the.bytecode.club.bytecodeviewer.bootloader.Boot;
import the.bytecode.club.bytecodeviewer.api.BCV;
import the.bytecode.club.bytecodeviewer.api.ExceptionUI;
import the.bytecode.club.bytecodeviewer.bootloader.InstallFatJar;
import the.bytecode.club.bytecodeviewer.bootloader.UpdateCheck;
import the.bytecode.club.bytecodeviewer.gui.MainViewerGUI;
import the.bytecode.club.bytecodeviewer.gui.components.*;

View File

@ -1,4 +1,4 @@
package the.bytecode.club.bytecodeviewer.util;
package the.bytecode.club.bytecodeviewer.bootloader;
import the.bytecode.club.bytecodeviewer.bootloader.Boot;