From ca92d13c7163c5876bfdf51f8ff5303995209af8 Mon Sep 17 00:00:00 2001 From: Konloch Date: Sat, 22 Jan 2022 13:19:05 -0600 Subject: [PATCH] Code Cleanup --- plugins/groovy/ExampleStringDecrypter.gy | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/groovy/ExampleStringDecrypter.gy b/plugins/groovy/ExampleStringDecrypter.gy index eaf104b9..1a8da610 100644 --- a/plugins/groovy/ExampleStringDecrypter.gy +++ b/plugins/groovy/ExampleStringDecrypter.gy @@ -10,8 +10,10 @@ import java.lang.reflect.Field 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 { @Override