Improved string array concatenation.

This commit is contained in:
Christian P. MOMON 2018-09-22 12:37:47 +02:00
parent 71219fdb70
commit a3737ddfa1

View file

@ -1036,7 +1036,7 @@ public class StringsUtils
* *
* @return A string concatenation of the argument. * @return A string concatenation of the argument.
*/ */
public static String toString(final String[] source) public static String toString(final String... source)
{ {
String result; String result;