summaryrefslogtreecommitdiff
path: root/altosui/AltosEepromDelete.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-05-28 16:06:14 -0700
committerKeith Packard <keithp@keithp.com>2014-05-28 16:06:14 -0700
commit9b3516419981967a1c6ab956269139977ac368ca (patch)
treec43a73435d3d98d82e94ffa888094f2ce167c53e /altosui/AltosEepromDelete.java
parent02e657e45e217dc483a81f28020cfe65a826e9be (diff)
altosui/altosuilib: Shuffle lots more code from altosui into
altosuilib All of the bluetooth management stuff, and AltosSerial. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosEepromDelete.java')
-rw-r--r--altosui/AltosEepromDelete.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/altosui/AltosEepromDelete.java b/altosui/AltosEepromDelete.java
index b6ac7edb..df2ade78 100644
--- a/altosui/AltosEepromDelete.java
+++ b/altosui/AltosEepromDelete.java
@@ -21,6 +21,7 @@ import java.awt.event.*;
import javax.swing.*;
import java.io.*;
import java.util.concurrent.*;
+import org.altusmetrum.altosuilib_2.*;
import org.altusmetrum.altoslib_4.*;
public class AltosEepromDelete implements Runnable {
@@ -140,4 +141,4 @@ public class AltosEepromDelete implements Runnable {
flights = given_flights;
success = false;
}
-} \ No newline at end of file
+}