summaryrefslogtreecommitdiffstats
path: root/src/de/fernflower/struct/attr/StructConstantValueAttribute.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/fernflower/struct/attr/StructConstantValueAttribute.java')
-rw-r--r--src/de/fernflower/struct/attr/StructConstantValueAttribute.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/de/fernflower/struct/attr/StructConstantValueAttribute.java b/src/de/fernflower/struct/attr/StructConstantValueAttribute.java
index a6d4542..f186767 100644
--- a/src/de/fernflower/struct/attr/StructConstantValueAttribute.java
+++ b/src/de/fernflower/struct/attr/StructConstantValueAttribute.java
@@ -12,9 +12,9 @@
* A PARTICULAR PURPOSE.
*/
-package de.fernflower.struct.attr;
+package org.jetbrains.java.decompiler.struct.attr;
-import de.fernflower.struct.consts.ConstantPool;
+import org.jetbrains.java.decompiler.struct.consts.ConstantPool;
public class StructConstantValueAttribute extends StructGeneralAttribute {