From a39e786811668c271907105baf2484b558005449 Mon Sep 17 00:00:00 2001 From: Konloch Date: Sat, 22 Jan 2022 13:18:53 -0600 Subject: [PATCH] Code Cleanup --- plugins/javascript/ExamplePrintClassesPlugin.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/plugins/javascript/ExamplePrintClassesPlugin.js b/plugins/javascript/ExamplePrintClassesPlugin.js index 4731f175..824864fc 100644 --- a/plugins/javascript/ExamplePrintClassesPlugin.js +++ b/plugins/javascript/ExamplePrintClassesPlugin.js @@ -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); -} +} \ No newline at end of file