summaryrefslogtreecommitdiffstats
path: root/src/de/fernflower/modules/decompiler/ExprentStack.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/fernflower/modules/decompiler/ExprentStack.java')
-rw-r--r--src/de/fernflower/modules/decompiler/ExprentStack.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/de/fernflower/modules/decompiler/ExprentStack.java b/src/de/fernflower/modules/decompiler/ExprentStack.java
index 6e76683..468dc41 100644
--- a/src/de/fernflower/modules/decompiler/ExprentStack.java
+++ b/src/de/fernflower/modules/decompiler/ExprentStack.java
@@ -12,10 +12,10 @@
* A PARTICULAR PURPOSE.
*/
-package de.fernflower.modules.decompiler;
+package org.jetbrains.java.decompiler.modules.decompiler;
-import de.fernflower.modules.decompiler.exps.Exprent;
-import de.fernflower.util.ListStack;
+import org.jetbrains.java.decompiler.modules.decompiler.exps.Exprent;
+import org.jetbrains.java.decompiler.util.ListStack;
public class ExprentStack extends ListStack<Exprent> {