Fix project build
Fixed imports pointing to obsolete namespace
This commit is contained in:
parent
2bc68fb108
commit
f2c901d3f8
1 changed files with 6 additions and 6 deletions
|
@ -44,11 +44,11 @@ import the.bytecode.club.bytecodeviewer.obfuscators.rename.RenameFields;
|
||||||
import the.bytecode.club.bytecodeviewer.obfuscators.rename.RenameMethods;
|
import the.bytecode.club.bytecodeviewer.obfuscators.rename.RenameMethods;
|
||||||
import the.bytecode.club.bytecodeviewer.plugin.PluginManager;
|
import the.bytecode.club.bytecodeviewer.plugin.PluginManager;
|
||||||
import the.bytecode.club.bytecodeviewer.plugin.preinstalled.CodeSequenceDiagram;
|
import the.bytecode.club.bytecodeviewer.plugin.preinstalled.CodeSequenceDiagram;
|
||||||
import the.bytecode.club.bytecodeviewer.plugins.AllatoriStringDecrypter;
|
import the.bytecode.club.bytecodeviewer.plugin.preinstalled.AllatoriStringDecrypter;
|
||||||
import the.bytecode.club.bytecodeviewer.plugins.ShowAllStrings;
|
import the.bytecode.club.bytecodeviewer.plugin.preinstalled.ShowAllStrings;
|
||||||
import the.bytecode.club.bytecodeviewer.plugins.ShowMainMethods;
|
import the.bytecode.club.bytecodeviewer.plugin.preinstalled.ShowMainMethods;
|
||||||
import the.bytecode.club.bytecodeviewer.plugins.ZKMStringDecrypter;
|
import the.bytecode.club.bytecodeviewer.plugin.preinstalled.ZKMStringDecrypter;
|
||||||
import the.bytecode.club.bytecodeviewer.plugins.ZStringArrayDecrypter;
|
import the.bytecode.club.bytecodeviewer.plugin.preinstalled.ZStringArrayDecrypter;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The main file for the GUI.n
|
* The main file for the GUI.n
|
||||||
|
|
Loading…
Reference in a new issue