summaryrefslogtreecommitdiffstats
path: root/dx/src/com/android/dx/dex/file/StringIdsSection.java
diff options
context:
space:
mode:
Diffstat (limited to 'dx/src/com/android/dx/dex/file/StringIdsSection.java')
-rw-r--r--dx/src/com/android/dx/dex/file/StringIdsSection.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/dx/src/com/android/dx/dex/file/StringIdsSection.java b/dx/src/com/android/dx/dex/file/StringIdsSection.java
index 2f7c40b37..7aff82ea9 100644
--- a/dx/src/com/android/dx/dex/file/StringIdsSection.java
+++ b/dx/src/com/android/dx/dex/file/StringIdsSection.java
@@ -21,7 +21,6 @@ import com.android.dx.rop.cst.CstNat;
import com.android.dx.rop.cst.CstString;
import com.android.dx.util.AnnotatedOutput;
import com.android.dx.util.Hex;
-
import java.util.Collection;
import java.util.TreeMap;