diff options
author | Keith Packard <keithp@keithp.com> | 2013-01-02 09:31:35 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-01-02 09:31:35 -0800 |
commit | 8af405f1ac4d1b930f10465fd0270a49176f16d1 (patch) | |
tree | dc3fa941a8ee16e009c39593b41906580150eec9 /altosui/AltosSerialInUseException.java | |
parent | 605b752080827bb59fcff5af9f1eab9fd5dad76b (diff) |
altosui: Use shared AltosDeviceDialog
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosSerialInUseException.java')
-rw-r--r-- | altosui/AltosSerialInUseException.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altosui/AltosSerialInUseException.java b/altosui/AltosSerialInUseException.java index 7380f331..932a3684 100644 --- a/altosui/AltosSerialInUseException.java +++ b/altosui/AltosSerialInUseException.java @@ -16,6 +16,7 @@ */ package altosui; +import org.altusmetrum.altosuilib.*; public class AltosSerialInUseException extends Exception { public AltosDevice device; |