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