Remove whitespace.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1407878 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-11-10 20:36:56 +00:00
parent 343886c1c4
commit c3ba1f83b9
1 changed files with 0 additions and 1 deletions

View File

@ -3166,7 +3166,6 @@ public class StringUtils {
if (array == null) {
return null;
}
return join(array, separator, 0, array.length);
}