From adea0895c46b90ea647df571624a5d576870fd79 Mon Sep 17 00:00:00 2001 From: johan Date: Tue, 19 Nov 2013 22:02:47 +0100 Subject: [PATCH] Fix type in generated comments Former-commit-id: d7abb9ee11880d0aface26148b371ecd3364f491 --- deploy/HyperCon.jar.REMOVED.git-id | 2 +- .../ConfigTool/src/org/hyperion/hypercon/spec/MiscConfig.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/HyperCon.jar.REMOVED.git-id b/deploy/HyperCon.jar.REMOVED.git-id index e8ca1d42..66954acf 100644 --- a/deploy/HyperCon.jar.REMOVED.git-id +++ b/deploy/HyperCon.jar.REMOVED.git-id @@ -1 +1 @@ -4451ebfa870c7e8097e5dd714bef76ce8971aa41 \ No newline at end of file +97f01ae47416100223417becca5c3a50a773fbfa \ No newline at end of file diff --git a/src/config-tool/ConfigTool/src/org/hyperion/hypercon/spec/MiscConfig.java b/src/config-tool/ConfigTool/src/org/hyperion/hypercon/spec/MiscConfig.java index f8fd108a..118cd8a3 100644 --- a/src/config-tool/ConfigTool/src/org/hyperion/hypercon/spec/MiscConfig.java +++ b/src/config-tool/ConfigTool/src/org/hyperion/hypercon/spec/MiscConfig.java @@ -62,7 +62,7 @@ public class MiscConfig { StringBuffer strBuf = new StringBuffer(); strBuf.append("\t/// The boot-sequence configuration, contains the following items: \n"); - strBuf.append("\t/// * type : The type of the boot-sequence ('rainbow', 'knight_rider', 'none') \n"); + strBuf.append("\t/// * type : The type of the boot-sequence ('rainbow', 'knightrider', 'none') \n"); strBuf.append("\t/// * duration_ms : The length of the boot-sequence [ms]\n"); String bootPreamble = mBootsequenceEnabled? "\t" : "//\t";