= Updated utils and logging subsystem formatting
This commit is contained in:
@@ -19,7 +19,7 @@ public class BenchmarkInput
|
||||
return;
|
||||
|
||||
raw = raw.trim();
|
||||
int whitespacePos = StringUtils.FindFirstWhitespace(raw);
|
||||
int whitespacePos = StringUtils.findFirstWhitespace(raw);
|
||||
|
||||
if(whitespacePos == -1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user