Code Cleanup

This commit is contained in:
Konloch 2022-01-22 13:38:33 -06:00
parent 7eb0ed5ff4
commit 2a4c8930ae

View file

@ -10,7 +10,7 @@ import static the.bytecode.club.bytecodeviewer.Constants.nl;
/** /**
** This is an example of a String Decrypter Java Plugin for BCV. ** This is an example of a String Decrypter Java Plugin for BCV.
** **
** @author Righteous ** @author [Your-Name-Goes-Here]
**/ **/
public class ExampleStringDecrypter extends Plugin { public class ExampleStringDecrypter extends Plugin {