summaryrefslogtreecommitdiffstats
path: root/src/de/fernflower/code/instructions/LRETURN.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/fernflower/code/instructions/LRETURN.java')
-rw-r--r--src/de/fernflower/code/instructions/LRETURN.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/de/fernflower/code/instructions/LRETURN.java b/src/de/fernflower/code/instructions/LRETURN.java
index f53f792..e7dea00 100644
--- a/src/de/fernflower/code/instructions/LRETURN.java
+++ b/src/de/fernflower/code/instructions/LRETURN.java
@@ -1,6 +1,6 @@
-package de.fernflower.code.instructions;
+package org.jetbrains.java.decompiler.code.instructions;
-import de.fernflower.code.Instruction;
+import org.jetbrains.java.decompiler.code.Instruction;
public class LRETURN extends Instruction {