Skip to content

Commit

Permalink
fix unused import cause to maven error
Browse files Browse the repository at this point in the history
  • Loading branch information
GraxCode committed May 5, 2018
1 parent 53f6532 commit 84d247b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/me/grax/jbytemod/ui/MyMenuBar.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
import org.objectweb.asm.tree.LdcInsnNode;
import org.objectweb.asm.tree.MethodNode;

import com.sun.codemodel.internal.JNullType;
import com.sun.tools.attach.VirtualMachine;
import com.sun.tools.attach.VirtualMachineDescriptor;

Expand All @@ -51,10 +50,8 @@
import me.grax.jbytemod.res.Option;
import me.grax.jbytemod.res.Options;
import me.grax.jbytemod.utils.ErrorDisplay;
import me.grax.jbytemod.utils.TextUtils;
import me.grax.jbytemod.utils.attach.AttachUtils;
import me.grax.jbytemod.utils.dialogue.ClassDialogue;
import me.grax.jbytemod.utils.list.SearchEntry;

public class MyMenuBar extends JMenuBar {

Expand Down

0 comments on commit 84d247b

Please sign in to comment.