mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fix type in generated comments
Former-commit-id: d7abb9ee11880d0aface26148b371ecd3364f491
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user