aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/infopanes/DevInfoPane.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/infopanes/DevInfoPane.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/infopanes/DevInfoPane.java8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/infopanes/DevInfoPane.java b/src/main/java/io/github/moulberry/notenoughupdates/infopanes/DevInfoPane.java
index 4c17b8d7..a848c999 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/infopanes/DevInfoPane.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/infopanes/DevInfoPane.java
@@ -29,12 +29,10 @@ import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.atomic.AtomicBoolean;
+/**
+ * Provides some dev functions used to help with adding new items/detecting missing items.
+ */
public class DevInfoPane extends TextInfoPane {
-
- /**
- * Provides some dev functions used to help with adding new items/detecting missing items.
- */
-
public DevInfoPane(NEUOverlay overlay, NEUManager manager) {
super(overlay, manager, "Missing Items", "");
text = getText();