diff options
Diffstat (limited to 'src/cuchaz/enigma/bytecode/InnerClassWriter.java')
| -rw-r--r-- | src/cuchaz/enigma/bytecode/InnerClassWriter.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cuchaz/enigma/bytecode/InnerClassWriter.java b/src/cuchaz/enigma/bytecode/InnerClassWriter.java index bb64315..0c11b71 100644 --- a/src/cuchaz/enigma/bytecode/InnerClassWriter.java +++ b/src/cuchaz/enigma/bytecode/InnerClassWriter.java | |||
| @@ -13,13 +13,12 @@ package cuchaz.enigma.bytecode; | |||
| 13 | import java.util.Collection; | 13 | import java.util.Collection; |
| 14 | import java.util.List; | 14 | import java.util.List; |
| 15 | 15 | ||
| 16 | import com.google.common.collect.Lists; | ||
| 17 | |||
| 16 | import javassist.CtClass; | 18 | import javassist.CtClass; |
| 17 | import javassist.bytecode.ConstPool; | 19 | import javassist.bytecode.ConstPool; |
| 18 | import javassist.bytecode.EnclosingMethodAttribute; | 20 | import javassist.bytecode.EnclosingMethodAttribute; |
| 19 | import javassist.bytecode.InnerClassesAttribute; | 21 | import javassist.bytecode.InnerClassesAttribute; |
| 20 | |||
| 21 | import com.beust.jcommander.internal.Lists; | ||
| 22 | |||
| 23 | import cuchaz.enigma.analysis.JarIndex; | 22 | import cuchaz.enigma.analysis.JarIndex; |
| 24 | import cuchaz.enigma.mapping.BehaviorEntry; | 23 | import cuchaz.enigma.mapping.BehaviorEntry; |
| 25 | import cuchaz.enigma.mapping.ClassEntry; | 24 | import cuchaz.enigma.mapping.ClassEntry; |