Code Cleanup
This commit is contained in:
parent
4d3740cce4
commit
a39e786811
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
|||
|
||||
/**
|
||||
* This is an example plugin
|
||||
*/
|
||||
** An example BCV Javascript Plugin.
|
||||
** This is used to display all of loaded classnodes that have been imported into BCV.
|
||||
**/
|
||||
|
||||
var PluginConsole = Java.type("the.bytecode.club.bytecodeviewer.api.PluginConsole");
|
||||
|
||||
|
@ -13,4 +15,4 @@ function execute(classNodeList) {
|
|||
}
|
||||
|
||||
gui.setVisible(true);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue