Polish StringArrayPropertyEditor[Tests]

This commit is contained in:
Sam Brannen
2019-11-29 14:55:18 +01:00
parent 7cedffc707
commit d9ebc3bbc4
3 changed files with 38 additions and 49 deletions

View File

@@ -1002,8 +1002,8 @@ public abstract class StringUtils {
}
/**
* Trim the elements of the given {@code String} array,
* calling {@code String.trim()} on each of them.
* Trim the elements of the given {@code String} array, calling
* {@code String.trim()} on each non-null element.
* @param array the original {@code String} array (potentially empty)
* @return the resulting array (of the same size) with trimmed elements
*/