File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/java/club/bytecode/the/jda Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public class JDA {
4747 private static final long start = System .currentTimeMillis ();
4848
4949 public static MainViewerGUI viewer = null ;
50- private static List <FileContainer > files = new ArrayList <>(); //all of BCV 's loaded files/classes/etc
50+ private static List <FileContainer > files = new ArrayList <>(); //all of JDA 's loaded files/classes/etc
5151 private static int maxRecentFiles = 25 ;
5252 private static List <String > recentFiles = new ArrayList <>();
5353 public static String lastDirectory = "" ;
@@ -70,7 +70,7 @@ public static void main(String[] args) {
7070 }
7171 GuiUtils .setLookAndFeel ();
7272 try {
73- System .out .println ("JDA (BCV Fork) v" + version );
73+ System .out .println ("JDA v" + version );
7474 getJDADirectory ();
7575
7676 loadPlugins ();
@@ -450,9 +450,9 @@ public static void resetRecentFilesMenu() {
450450 }
451451
452452 /**
453- * Returns the BCV directory
453+ * Returns the JDA directory
454454 *
455- * @return the static BCV directory
455+ * @return the static JDA directory
456456 */
457457 public static String getJDADirectory () {
458458 while (!dataDir .exists ())
Original file line number Diff line number Diff line change 1111import java .io .StringWriter ;
1212
1313/**
14- * Used to represent all of the decompilers/disassemblers BCV contains.
14+ * Used to represent all of the decompilers/disassemblers JDA contains.
1515 *
1616 * @author Konloch
1717 */
You can’t perform that action at this time.
0 commit comments