Code Cleanup

This commit is contained in:
Konloch 2022-01-22 13:19:27 -06:00
parent ca92d13c71
commit edccda8c67
1 changed files with 4 additions and 4 deletions

View File

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