altosui: Hide internal rom config UI helper function
authorKeith Packard <keithp@keithp.com>
Thu, 2 Sep 2010 05:47:15 +0000 (22:47 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 3 Sep 2010 14:04:28 +0000 (07:04 -0700)
This was getting mis-used by the flash UI causing the rom dialog
'cancel' button to work just like 'ok'.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/altosui/AltosRomconfigUI.java

index bc511865a552c48c261ed2be2996cbc70b09993e..10b3af8048a666bca3e791273deabb781d8adbc8 100644 (file)
@@ -162,7 +162,7 @@ public class AltosRomconfigUI
                }
        }
 
-       public AltosRomconfig romconfig() {
+       AltosRomconfig romconfig() {
                try {
                        return new AltosRomconfig(serial(), radio_calibration());
                } catch (NumberFormatException ne) {