Code Cleanup
This commit is contained in:
parent
85d6ef0ff7
commit
08b970679b
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
** This is a skeleton template for BCV's Javascript Plugin System
|
** This is a skeleton template for BCV's Javascript Plugin System
|
||||||
**
|
**
|
||||||
** @author [Your Name Goes Here]
|
** @author [Your Name Goes Here]
|
||||||
**/
|
**/
|
||||||
|
|
||||||
function execute(classNodeList) {
|
function execute(classNodeList) {
|
||||||
var PluginConsole = Java.type("the.bytecode.club.bytecodeviewer.api.PluginConsole");
|
var PluginConsole = Java.type("the.bytecode.club.bytecodeviewer.api.PluginConsole");
|
||||||
|
|
Loading…
Reference in a new issue