Code Cleanup
This commit is contained in:
parent
7b2e864f90
commit
ca92d13c71
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue