diff options
Diffstat (limited to 'src/de/fernflower/code/instructions/DNEG.java')
-rw-r--r-- | src/de/fernflower/code/instructions/DNEG.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/de/fernflower/code/instructions/DNEG.java b/src/de/fernflower/code/instructions/DNEG.java index 0fc2db3..15bd9f3 100644 --- a/src/de/fernflower/code/instructions/DNEG.java +++ b/src/de/fernflower/code/instructions/DNEG.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 DNEG extends Instruction { |