summaryrefslogtreecommitdiffstats
path: root/src/de/fernflower/code/cfg/ExceptionRangeCFG.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/fernflower/code/cfg/ExceptionRangeCFG.java')
-rw-r--r--src/de/fernflower/code/cfg/ExceptionRangeCFG.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/de/fernflower/code/cfg/ExceptionRangeCFG.java b/src/de/fernflower/code/cfg/ExceptionRangeCFG.java
index d5971ec..53f4a77 100644
--- a/src/de/fernflower/code/cfg/ExceptionRangeCFG.java
+++ b/src/de/fernflower/code/cfg/ExceptionRangeCFG.java
@@ -12,14 +12,14 @@
* A PARTICULAR PURPOSE.
*/
-package de.fernflower.code.cfg;
+package org.jetbrains.java.decompiler.code.cfg;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
-import de.fernflower.main.DecompilerContext;
+import org.jetbrains.java.decompiler.main.DecompilerContext;
public class ExceptionRangeCFG {