Fix old reference to Concatenator class.
This commit is contained in:
parent
a8008caa47
commit
86b02b2ca3
1 changed files with 1 additions and 1 deletions
|
@ -915,7 +915,7 @@ public class StringList extends ArrayList<String> implements CharSequence
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
StringConcatenator merge = new StringConcatenator();
|
StringList merge = new StringList();
|
||||||
|
|
||||||
merge.append("[");
|
merge.append("[");
|
||||||
merge.append(toStringWithCommas(strings));
|
merge.append(toStringWithCommas(strings));
|
||||||
|
|
Loading…
Reference in a new issue