Code Cleanup
This commit is contained in:
parent
55d071af32
commit
0c629833dd
2 changed files with 2 additions and 1 deletions
|
@ -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.*;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package the.bytecode.club.bytecodeviewer.util;
|
||||
package the.bytecode.club.bytecodeviewer.bootloader;
|
||||
|
||||
import the.bytecode.club.bytecodeviewer.bootloader.Boot;
|
||||
|
Loading…
Reference in a new issue