Code Cleanup
This commit is contained in:
parent
edccda8c67
commit
417a5e4b46
1 changed files with 5 additions and 2 deletions
|
@ -8,8 +8,11 @@ import the.bytecode.club.bytecodeviewer.gui.components.MultipleChoiceDialog;
|
||||||
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 Java Plugin for BCV.
|
||||||
*/
|
**
|
||||||
|
** @author Righteous
|
||||||
|
**/
|
||||||
|
|
||||||
public class ExampleStringDecrypter extends Plugin {
|
public class ExampleStringDecrypter extends Plugin {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue