Code Cleanup

This commit is contained in:
Konloch 2022-01-22 13:19:27 -06:00
parent ca92d13c71
commit edccda8c67

View file

@ -18,10 +18,10 @@ import the.bytecode.club.bytecodeviewer.decompilers.impl.FernFlowerDecompiler;
import the.bytecode.club.bytecodeviewer.gui.resourceviewer.viewer.ResourceViewer; import the.bytecode.club.bytecodeviewer.gui.resourceviewer.viewer.ResourceViewer;
/** /**
* This is an Xposed Generator Plugin, used to aid Reverse-Engineering. ** This is an Xposed Generator Plugin, used to aid Reverse-Engineering.
* **
* @author jowasp ** @author jowasp
*/ **/
public class XposedGenerator extends Plugin { public class XposedGenerator extends Plugin {
private static final List<String> methodsNames = new ArrayList<>(); private static final List<String> methodsNames = new ArrayList<>();