Merge cherrypicks of [9390149, 9390052] into rvc-release
Change-Id: I146e15690f15197a6324bee068a4a1f83e677a19
This commit is contained in:
@@ -732,7 +732,7 @@ public final class Utilities {
|
||||
int[] array = new int[tokenizer.countTokens()];
|
||||
int count = 0;
|
||||
while (tokenizer.hasMoreTokens()) {
|
||||
array[count] = Integer.parseInt(tokenizer.nextToken());
|
||||
array[count] = Integer.parseInt(tokenizer.nextToken().trim());
|
||||
count++;
|
||||
}
|
||||
return array;
|
||||
|
||||
Reference in New Issue
Block a user