summaryrefslogtreecommitdiffstats
path: root/src/de/fernflower/code/instructions/GOTO.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/fernflower/code/instructions/GOTO.java')
-rw-r--r--src/de/fernflower/code/instructions/GOTO.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/de/fernflower/code/instructions/GOTO.java b/src/de/fernflower/code/instructions/GOTO.java
index 912d83c..91f5081 100644
--- a/src/de/fernflower/code/instructions/GOTO.java
+++ b/src/de/fernflower/code/instructions/GOTO.java
@@ -1,9 +1,9 @@
-package de.fernflower.code.instructions;
+package org.jetbrains.java.decompiler.code.instructions;
import java.io.DataOutputStream;
import java.io.IOException;
-import de.fernflower.code.JumpInstruction;
+import org.jetbrains.java.decompiler.code.JumpInstruction;
public class GOTO extends JumpInstruction {