diff options
author | Keith Packard <keithp@keithp.com> | 2010-11-13 15:19:14 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-11-13 15:19:14 -0800 |
commit | 8463ffcaca6bcd31e645aba71c171f548dce96d8 (patch) | |
tree | 2e8e59cfec68096996f4594ac0538b80ceebfc86 /ao-tools/altosui/AltosSerial.java | |
parent | a6f30fae906bd87dff192c5fd4d10df283f99930 (diff) |
altosui: Eliminate unncessary import altosui lines
Java appears to automatically import every module from the current
package.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/altosui/AltosSerial.java')
-rw-r--r-- | ao-tools/altosui/AltosSerial.java | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/ao-tools/altosui/AltosSerial.java b/ao-tools/altosui/AltosSerial.java index d6848e57..6787e0c8 100644 --- a/ao-tools/altosui/AltosSerial.java +++ b/ao-tools/altosui/AltosSerial.java @@ -26,13 +26,8 @@ import java.io.*; import java.util.concurrent.LinkedBlockingQueue; import java.util.LinkedList; import java.util.Iterator; -import altosui.AltosSerialMonitor; -import altosui.AltosLine; -import libaltosJNI.libaltos; -import libaltosJNI.altos_device; -import libaltosJNI.SWIGTYPE_p_altos_file; -import libaltosJNI.SWIGTYPE_p_altos_list; -import libaltosJNI.libaltosConstants; + +import libaltosJNI.*; /* * This class reads from the serial port and places each received |