mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Fix type in generated comments
Former-commit-id: d7abb9ee11880d0aface26148b371ecd3364f491
This commit is contained in:
parent
bfba00432f
commit
adea0895c4
@ -1 +1 @@
|
||||
4451ebfa870c7e8097e5dd714bef76ce8971aa41
|
||||
97f01ae47416100223417becca5c3a50a773fbfa
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user