From 417a5e4b463f180f6f36500187ed5aadad579ab6 Mon Sep 17 00:00:00 2001 From: Konloch Date: Sat, 22 Jan 2022 13:20:47 -0600 Subject: [PATCH] Code Cleanup --- plugins/java/ExampleStringDecrypter.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plugins/java/ExampleStringDecrypter.java b/plugins/java/ExampleStringDecrypter.java index b5548fcb..8d89ea7e 100644 --- a/plugins/java/ExampleStringDecrypter.java +++ b/plugins/java/ExampleStringDecrypter.java @@ -8,8 +8,11 @@ import the.bytecode.club.bytecodeviewer.gui.components.MultipleChoiceDialog; import static the.bytecode.club.bytecodeviewer.Constants.nl; /** - * This is an example of a string decrypter plugin - */ + ** This is an example of a String Decrypter Java Plugin for BCV. + ** + ** @author Righteous + **/ + public class ExampleStringDecrypter extends Plugin { @Override