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:
parent
343886c1c4
commit
c3ba1f83b9
|
@ -3166,7 +3166,6 @@ public class StringUtils {
|
|||
if (array == null) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return join(array, separator, 0, array.length);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue