From 6d3a383c968c213888b95a0b041c88d1f147e405 Mon Sep 17 00:00:00 2001 From: Konloch Date: Wed, 21 Jul 2021 16:21:45 -0700 Subject: [PATCH] Cleanup --- .../java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java b/src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java index ebf64737..0e20c200 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java @@ -13,9 +13,9 @@ import org.objectweb.asm.tree.ClassNode; 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.Boot; import the.bytecode.club.bytecodeviewer.bootloader.InstallFatJar; import the.bytecode.club.bytecodeviewer.bootloader.UpdateCheck; import the.bytecode.club.bytecodeviewer.gui.MainViewerGUI;