Skip to content

Commit

Permalink
fixing JENKINS-35047
Browse files Browse the repository at this point in the history
  • Loading branch information
vimil committed May 25, 2016
1 parent 864086d commit a53c9d9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -597,7 +597,7 @@ else if(value instanceof JSONArray) {
for(int i = 1; it.hasNext(); i++) {
String nextValue = it.next().toString();
if(i % valuesBetweenLevels == 0) {
if(strValue.length() > 0) {
if(sB.length() > 0) {
sB.append(getMultiSelectDelimiter());
}
sB.append(nextValue);
Expand Down

0 comments on commit a53c9d9

Please sign in to comment.