Update MainViewerGUI.java

This commit is contained in:
Konloch 2021-07-03 22:20:33 -07:00
parent 22c3f36372
commit 231fc93298

View file

@ -10,7 +10,6 @@ import javax.swing.*;
import org.objectweb.asm.tree.ClassNode;
import the.bytecode.club.bytecodeviewer.*;
import the.bytecode.club.bytecodeviewer.api.ExceptionUI;
import the.bytecode.club.bytecodeviewer.gui.components.*;
import the.bytecode.club.bytecodeviewer.gui.plugins.MaliciousCodeScannerOptions;
import the.bytecode.club.bytecodeviewer.gui.plugins.ReplaceStringsOptions;