From edccda8c67901082ca91105703c5742842b03fe9 Mon Sep 17 00:00:00 2001 From: Konloch Date: Sat, 22 Jan 2022 13:19:27 -0600 Subject: [PATCH] Code Cleanup --- plugins/java/XposedGenerator.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/java/XposedGenerator.java b/plugins/java/XposedGenerator.java index 220f038c..31989bce 100644 --- a/plugins/java/XposedGenerator.java +++ b/plugins/java/XposedGenerator.java @@ -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 methodsNames = new ArrayList<>();