Code Cleanup

This commit is contained in:
Konloch 2022-01-22 13:18:53 -06:00
parent 4d3740cce4
commit a39e786811
1 changed files with 5 additions and 3 deletions

View File

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