From 7eb0ed5ff4ed65079e9cd2b6b414d0cbf077df0a Mon Sep 17 00:00:00 2001 From: Konloch Date: Sat, 22 Jan 2022 13:38:29 -0600 Subject: [PATCH] Code Cleanup --- plugins/groovy/ExampleStringDecrypter.gy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/groovy/ExampleStringDecrypter.gy b/plugins/groovy/ExampleStringDecrypter.gy index 1a8da610..72608f97 100644 --- a/plugins/groovy/ExampleStringDecrypter.gy +++ b/plugins/groovy/ExampleStringDecrypter.gy @@ -12,7 +12,7 @@ import static the.bytecode.club.bytecodeviewer.Constants.nl /** ** This is an example of a String Decrypter Groovy Plugin for BCV. ** - ** @author Righteous + ** @author [Your-Name-Goes-Here] **/ class ExampleStringDecrypter extends Plugin {