summaryrefslogtreecommitdiffstats
path: root/dx/src/com/android/dx/dex/file/MixedItemSection.java
diff options
context:
space:
mode:
Diffstat (limited to 'dx/src/com/android/dx/dex/file/MixedItemSection.java')
-rw-r--r--dx/src/com/android/dx/dex/file/MixedItemSection.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/dx/src/com/android/dx/dex/file/MixedItemSection.java b/dx/src/com/android/dx/dex/file/MixedItemSection.java
index b88530671..4edc6b62f 100644
--- a/dx/src/com/android/dx/dex/file/MixedItemSection.java
+++ b/dx/src/com/android/dx/dex/file/MixedItemSection.java
@@ -16,10 +16,9 @@
package com.android.dx.dex.file;
+import com.android.dex.util.ExceptionWithContext;
import com.android.dx.util.AnnotatedOutput;
-import com.android.dx.util.ExceptionWithContext;
import com.android.dx.util.Hex;
-
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;