Skip to content

Commit f2c901d

Browse files
committed
Fix project build
Fixed imports pointing to obsolete namespace
1 parent 2bc68fb commit f2c901d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/the/bytecode/club/bytecodeviewer/gui/MainViewerGUI.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
import the.bytecode.club.bytecodeviewer.obfuscators.rename.RenameMethods;
4545
import the.bytecode.club.bytecodeviewer.plugin.PluginManager;
4646
import the.bytecode.club.bytecodeviewer.plugin.preinstalled.CodeSequenceDiagram;
47-
import the.bytecode.club.bytecodeviewer.plugins.AllatoriStringDecrypter;
48-
import the.bytecode.club.bytecodeviewer.plugins.ShowAllStrings;
49-
import the.bytecode.club.bytecodeviewer.plugins.ShowMainMethods;
50-
import the.bytecode.club.bytecodeviewer.plugins.ZKMStringDecrypter;
51-
import the.bytecode.club.bytecodeviewer.plugins.ZStringArrayDecrypter;
47+
import the.bytecode.club.bytecodeviewer.plugin.preinstalled.AllatoriStringDecrypter;
48+
import the.bytecode.club.bytecodeviewer.plugin.preinstalled.ShowAllStrings;
49+
import the.bytecode.club.bytecodeviewer.plugin.preinstalled.ShowMainMethods;
50+
import the.bytecode.club.bytecodeviewer.plugin.preinstalled.ZKMStringDecrypter;
51+
import the.bytecode.club.bytecodeviewer.plugin.preinstalled.ZStringArrayDecrypter;
5252

5353
/**
5454
* The main file for the GUI.n
@@ -1979,4 +1979,4 @@ public String getDescription() {
19791979
return "Optional Library Folder";
19801980
}
19811981
}
1982-
}
1982+
}

0 commit comments

Comments
 (0)