Fix bug in CommaSeparatedStringBuilder
This commit is contained in:
parent
e9fbf47d37
commit
abba72d099
|
@ -72,6 +72,7 @@ public class CommaSeparatedStringBuilder {
|
|||
}
|
||||
}
|
||||
b.append(pending);
|
||||
pending = null;
|
||||
first = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue