Skip to content

Commit 469c064

Browse files
Robert HeniganJulianKast
andauthored
Update base/src/main/java/com/smartdevicelink/managers/screen/choiceset/PreloadPresentChoicesOperation.java
Co-authored-by: Julian Kast <Julian.kast@livio.io>
1 parent 24c54be commit 469c064

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

base/src/main/java/com/smartdevicelink/managers/screen/choiceset/PreloadPresentChoicesOperation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ private int nextChoiceIdBasedOnUsedIds(ArrayList<Integer> usedIds) {
605605
choiceId = MAX_CHOICE_ID;
606606
return choiceId;
607607
} else {
608-
//We haven't looped all the way around yet, so we'll just take the current number, then advance the item
608+
// We haven't looped all the way around yet, so we'll just take the current number, then advance the item
609609
return choiceId++;
610610
}
611611
}

0 commit comments

Comments
 (0)