Code Cleanup

This commit is contained in:
Konloch 2022-01-22 13:19:05 -06:00
parent 7b2e864f90
commit ca92d13c71

View file

@ -10,8 +10,10 @@ import java.lang.reflect.Field
import static the.bytecode.club.bytecodeviewer.Constants.nl 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 Groovy Plugin for BCV.
*/ **
** @author Righteous
**/
class ExampleStringDecrypter extends Plugin { class ExampleStringDecrypter extends Plugin {
@Override @Override