Skip to content

Commit 9772f80

Browse files
committed
Move PaneUpdaterThread
1 parent 8fdd057 commit 9772f80

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/main/java/the/bytecode/club/jda/gui/fileviewer/ClassViewer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import org.objectweb.asm.tree.ClassNode;
55
import the.bytecode.club.jda.JDA;
66
import the.bytecode.club.jda.decompilers.JDADecompiler;
7-
import the.bytecode.club.jda.gui.PaneUpdaterThread;
87

98
import javax.swing.*;
109
import java.awt.*;

src/main/java/the/bytecode/club/jda/gui/PaneUpdaterThread.java renamed to src/main/java/the/bytecode/club/jda/gui/fileviewer/PaneUpdaterThread.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package the.bytecode.club.jda.gui;
1+
package the.bytecode.club.jda.gui.fileviewer;
22

33
import org.fife.ui.rsyntaxtextarea.RSyntaxTextArea;
44
import org.fife.ui.rsyntaxtextarea.SyntaxConstants;

0 commit comments

Comments
 (0)