Present list of altos devices in nice format
[fw/altos] / ao-tools / altosui / AltosDeviceDialog.java
index b3a0f9bebd5d308c0067f3aadf93f572a93da8ab..eb70877c9b99f18559a83e81989e126623251d75 100644 (file)
@@ -29,7 +29,7 @@ import altosui.AltosDevice;
 public class AltosDeviceDialog {
 
        static altos_device show (JFrame frame, String product) {
-               altos_device[]  devices = null;
+               AltosDevice[]   devices;
                devices = AltosDevice.list(product);
                if (devices != null & devices.length > 0) {
                        Object o = JOptionPane.showInputDialog(frame,