Code Cleanup

This commit is contained in:
Konloch 2022-01-22 13:20:47 -06:00
parent edccda8c67
commit 417a5e4b46

View file

@ -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