Skip to content

Commit

Permalink
Optimise imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon committed Nov 18, 2020
1 parent 69786d6 commit ca3e1ce
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/main/java/dev/sim0n/caesium/Start.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import joptsimple.OptionParser;
import joptsimple.OptionSet;
import joptsimple.OptionSpec;
import org.checkerframework.checker.units.qual.C;

import java.io.File;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import dev.sim0n.caesium.util.ASMUtil;
import dev.sim0n.caesium.util.wrapper.impl.ClassWrapper;
import dev.sim0n.caesium.util.wrapper.impl.MethodWrapper;
import org.objectweb.asm.FieldVisitor;
import org.objectweb.asm.tree.*;

public class NumberMutator extends ClassMutator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import dev.sim0n.caesium.util.ASMUtil;
import dev.sim0n.caesium.util.wrapper.impl.ClassWrapper;
import dev.sim0n.caesium.util.wrapper.impl.MethodWrapper;
import org.objectweb.asm.FieldVisitor;
import org.objectweb.asm.Label;
import org.objectweb.asm.MethodVisitor;
import org.objectweb.asm.tree.*;
Expand Down

0 comments on commit ca3e1ce

Please # to comment.