summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-09-01 22:47:15 -0700
committerKeith Packard <keithp@keithp.com>2010-09-03 07:04:28 -0700
commit5ee6cd41ed189c3166f76558ecada80917f40652 (patch)
treeaf4b5f9d0371addee81ed22764dfda555aab54ff
parent9a690c9795e8257d2a3225f905117681668a472f (diff)
altosui: Hide internal rom config UI helper function
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>
-rw-r--r--ao-tools/altosui/AltosRomconfigUI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/altosui/AltosRomconfigUI.java b/ao-tools/altosui/AltosRomconfigUI.java
index bc511865..10b3af80 100644
--- a/ao-tools/altosui/AltosRomconfigUI.java
+++ b/ao-tools/altosui/AltosRomconfigUI.java
@@ -162,7 +162,7 @@ public class AltosRomconfigUI
}
}
- public AltosRomconfig romconfig() {
+ AltosRomconfig romconfig() {
try {
return new AltosRomconfig(serial(), radio_calibration());
} catch (NumberFormatException ne) {