Merge branch 'cassandra-2.1' into trunk

This commit is contained in:
Benedict Elliott Smith 2015-02-11 16:39:14 +00:00
commit 62ee1473be
1 changed files with 2 additions and 2 deletions

View File

@ -239,8 +239,8 @@ public class StressSettings implements Serializable
first = false;
}
return sb.toString()
.replaceAll("\s+([,=()])", "$1")
.replaceAll("([,=(])\s+", "$1")
.replaceAll("\\s+([,=()])", "$1")
.replaceAll("([,=(])\\s+", "$1")
.split(" +");
}