summaryrefslogtreecommitdiffstats
path: root/dx/src/com/android/dx/dex/file/OffsettedItem.java
diff options
context:
space:
mode:
Diffstat (limited to 'dx/src/com/android/dx/dex/file/OffsettedItem.java')
-rw-r--r--dx/src/com/android/dx/dex/file/OffsettedItem.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/dx/src/com/android/dx/dex/file/OffsettedItem.java b/dx/src/com/android/dx/dex/file/OffsettedItem.java
index 772147066..02787f90f 100644
--- a/dx/src/com/android/dx/dex/file/OffsettedItem.java
+++ b/dx/src/com/android/dx/dex/file/OffsettedItem.java
@@ -16,8 +16,8 @@
package com.android.dx.dex.file;
+import com.android.dex.util.ExceptionWithContext;
import com.android.dx.util.AnnotatedOutput;
-import com.android.dx.util.ExceptionWithContext;
/**
* An item in a Dalvik file which is referenced by absolute offset.