Clean up some altosui comments
authorKeith Packard <keithp@keithp.com>
Mon, 5 Apr 2010 03:55:18 +0000 (20:55 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 5 Apr 2010 03:55:18 +0000 (20:55 -0700)
ao-tools/altosui/AltosUI.java

index ab5f18288ca3deafba91c9dc7d745c55b8e327bf..a51ca1eb37f2b38a32ede234a4b224b2584dec0d 100644 (file)
@@ -532,8 +532,7 @@ public class AltosUI extends JFrame {
                }
        }
 
-       /*
-        * Connect to TeleMetrum, either directly or through
+       /* Connect to TeleMetrum, either directly or through
         * a TeleDongle over the packet link
         */
        private void SaveFlightData() {
@@ -556,6 +555,8 @@ public class AltosUI extends JFrame {
                }
        }
 
+       /* Create the AltosUI menus
+        */
        private void createMenu() {
                JMenuBar menubar = new JMenuBar();
                JMenu menu;