From 4080bd0db95c578c6c9b36ff915bd03c7083e541 Mon Sep 17 00:00:00 2001 From: Konloch Date: Sat, 22 Jan 2022 13:38:36 -0600 Subject: [PATCH] Code Cleanup --- plugins/javascript/ExamplePrintClassesPlugin.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/javascript/ExamplePrintClassesPlugin.js b/plugins/javascript/ExamplePrintClassesPlugin.js index 824864fc..3bd8de73 100644 --- a/plugins/javascript/ExamplePrintClassesPlugin.js +++ b/plugins/javascript/ExamplePrintClassesPlugin.js @@ -2,6 +2,8 @@ /** ** An example BCV Javascript Plugin. ** This is used to display all of loaded classnodes that have been imported into BCV. + ** + ** @author [Your-Name-Goes-Here] **/ var PluginConsole = Java.type("the.bytecode.club.bytecodeviewer.api.PluginConsole");