Polishing

This commit is contained in:
Juergen Hoeller
2018-08-07 02:47:00 +02:00
parent 2938a95435
commit 6b82a6c38c
6 changed files with 48 additions and 52 deletions

View File

@@ -983,7 +983,7 @@ public abstract class StringUtils {
/**
* Trim the elements of the given {@code String} array,
* calling {@code String.trim()} on each of them.
* @param array the original {@code String} array (potentially {@code null} or empty)
* @param array the original {@code String} array (potentially empty)
* @return the resulting array (of the same size) with trimmed elements
*/
public static String[] trimArrayElements(String[] array) {