We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fdd057 commit 9772f80Copy full SHA for 9772f80
src/main/java/the/bytecode/club/jda/gui/fileviewer/ClassViewer.java
@@ -4,7 +4,6 @@
4
import org.objectweb.asm.tree.ClassNode;
5
import the.bytecode.club.jda.JDA;
6
import the.bytecode.club.jda.decompilers.JDADecompiler;
7
-import the.bytecode.club.jda.gui.PaneUpdaterThread;
8
9
import javax.swing.*;
10
import java.awt.*;
…code/club/jda/gui/PaneUpdaterThread.java …da/gui/fileviewer/PaneUpdaterThread.javasrc/main/java/the/bytecode/club/jda/gui/PaneUpdaterThread.java renamed to src/main/java/the/bytecode/club/jda/gui/fileviewer/PaneUpdaterThread.java
@@ -1,4 +1,4 @@
1
-package the.bytecode.club.jda.gui;
+package the.bytecode.club.jda.gui.fileviewer;
2
3
import org.fife.ui.rsyntaxtextarea.RSyntaxTextArea;
import org.fife.ui.rsyntaxtextarea.SyntaxConstants;
0 commit comments