Code Cleanup

This commit is contained in:
Konloch 2022-01-22 13:20:58 -06:00
parent 85d6ef0ff7
commit 08b970679b

View file

@ -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");