micropeak: Missing a couple of new exceptions when loading files
[fw/altos] / altosui / AltosBTDevice.java
index a6eee0859213c275f4f94fe07ed76634ca7cf6ab..727a9f6625ce7953e251c94817cc9f5832c4b1ad 100644 (file)
  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  */
 
-package AltosUI;
-import java.lang.*;
-import java.util.*;
+package altosui;
 import libaltosJNI.*;
+import org.altusmetrum.altosuilib_1.*;
 
 public class AltosBTDevice extends altos_bt_device implements AltosDevice {
 
@@ -79,11 +78,13 @@ public class AltosBTDevice extends altos_bt_device implements AltosDevice {
                return libaltos.altos_bt_open(this);
        }
 
+       /*
        private boolean isAltusMetrum() {
                if (getName().startsWith(Altos.bt_product_telebt))
                        return true;
                return false;
        }
+       */
 
        public boolean matchProduct(int want_product) {