summaryrefslogtreecommitdiffstats
path: root/dx/src/com/android/dx/dex/file/DebugInfoItem.java
diff options
context:
space:
mode:
Diffstat (limited to 'dx/src/com/android/dx/dex/file/DebugInfoItem.java')
-rw-r--r--dx/src/com/android/dx/dex/file/DebugInfoItem.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/dx/src/com/android/dx/dex/file/DebugInfoItem.java b/dx/src/com/android/dx/dex/file/DebugInfoItem.java
index 09b27128e..2fd864a33 100644
--- a/dx/src/com/android/dx/dex/file/DebugInfoItem.java
+++ b/dx/src/com/android/dx/dex/file/DebugInfoItem.java
@@ -16,14 +16,13 @@
package com.android.dx.dex.file;
+import com.android.dex.util.ExceptionWithContext;
import com.android.dx.dex.code.DalvCode;
import com.android.dx.dex.code.DalvInsnList;
import com.android.dx.dex.code.LocalList;
import com.android.dx.dex.code.PositionList;
import com.android.dx.rop.cst.CstMethodRef;
import com.android.dx.util.AnnotatedOutput;
-import com.android.dx.util.ExceptionWithContext;
-
import java.io.PrintWriter;
public class DebugInfoItem extends OffsettedItem {