Skip to content

Commit f0abafd

Browse files
committed
Bye
1 parent eb3aea9 commit f0abafd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/main/java/club/bytecode/the/jda/JDA.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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())

src/main/java/club/bytecode/the/jda/decompilers/JDADecompiler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import 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
*/

0 commit comments

Comments
 (0)