diff options
| author | 2015-03-20 12:40:07 -0400 | |
|---|---|---|
| committer | 2015-03-20 12:40:07 -0400 | |
| commit | b7c91d19660ef4a36b0ad3edae81575fb57c39fe (patch) | |
| tree | 242ed6c6f7b9cdf953dce1343727670e4a5174ed /src/cuchaz/enigma/bytecode/InnerClassWriter.java | |
| parent | repackage as v0.10.2 beta (diff) | |
| download | enigma-fork-b7c91d19660ef4a36b0ad3edae81575fb57c39fe.tar.gz enigma-fork-b7c91d19660ef4a36b0ad3edae81575fb57c39fe.tar.xz enigma-fork-b7c91d19660ef4a36b0ad3edae81575fb57c39fe.zip | |
get rid of stupid fucking com.beust.jcommander imports crashing all my downstream apps
Eclipse loves to import that particular collections implementation for some reason and I don't want to use it!!
Diffstat (limited to '')
| -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; |