diff options
| author | 2014-09-20 17:11:25 -0400 | |
|---|---|---|
| committer | 2014-09-20 17:11:25 -0400 | |
| commit | a8d0f97c270e32653aa246d7437478885077e24d (patch) | |
| tree | c93cb5902303c814c6c1c5b3abd61456d818b3e9 /test/cuchaz/enigma/TestDeobfuscator.java | |
| parent | added warning message to the crash dialog about choosing exit (diff) | |
| download | enigma-fork-a8d0f97c270e32653aa246d7437478885077e24d.tar.gz enigma-fork-a8d0f97c270e32653aa246d7437478885077e24d.tar.xz enigma-fork-a8d0f97c270e32653aa246d7437478885077e24d.zip | |
cleaned up imports. I have no idea why Eclipse likes importing jcommander classes instead of guava classes, but it's annoyong!
Diffstat (limited to 'test/cuchaz/enigma/TestDeobfuscator.java')
| -rw-r--r-- | test/cuchaz/enigma/TestDeobfuscator.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cuchaz/enigma/TestDeobfuscator.java b/test/cuchaz/enigma/TestDeobfuscator.java index 3e679fb..3bb0c48 100644 --- a/test/cuchaz/enigma/TestDeobfuscator.java +++ b/test/cuchaz/enigma/TestDeobfuscator.java | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | ******************************************************************************/ | 11 | ******************************************************************************/ |
| 12 | package cuchaz.enigma; | 12 | package cuchaz.enigma; |
| 13 | 13 | ||
| 14 | import static org.junit.Assert.*; | 14 | import static org.junit.Assert.assertEquals; |
| 15 | 15 | ||
| 16 | import java.io.File; | 16 | import java.io.File; |
| 17 | import java.io.IOException; | 17 | import java.io.IOException; |
| @@ -19,7 +19,7 @@ import java.util.List; | |||
| 19 | 19 | ||
| 20 | import org.junit.Test; | 20 | import org.junit.Test; |
| 21 | 21 | ||
| 22 | import com.beust.jcommander.internal.Lists; | 22 | import com.google.common.collect.Lists; |
| 23 | 23 | ||
| 24 | import cuchaz.enigma.mapping.ClassEntry; | 24 | import cuchaz.enigma.mapping.ClassEntry; |
| 25 | 25 | ||