Improved string array concatenation.
This commit is contained in:
parent
71219fdb70
commit
a3737ddfa1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue