Document the need for ~/altusmetrumllc/google-maps-api-key
[fw/altos] / altosui / AltosSerialInUseException.java
index 4b108c7c5ee566325884e6c015c55e2e698f9358..318155c8cb28cf5215637b3d5ba9ccbc78e43b46 100644 (file)
  */
 
 package altosui;
-
-import libaltosJNI.*;
+import org.altusmetrum.altosuilib_2.*;
 
 public class AltosSerialInUseException extends Exception {
-       public altos_device     device;
+       public AltosDevice      device;
 
-       public AltosSerialInUseException (altos_device in_device) {
+       public AltosSerialInUseException (AltosDevice in_device) {
                device = in_device;
        }
 }