Added missing @since tag.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1672245 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Duncan Jones 2015-04-09 06:29:03 +00:00
parent 7ef106b237
commit c7bfe025e9
1 changed files with 1 additions and 0 deletions

View File

@ -468,6 +468,7 @@ public static boolean[] clone(final boolean[] array) {
* @param type the class representation of the desired array
* @return the same array, {@code public static} empty array if {@code null}
* @throws IllegalArgumentException if the type argument is null
* @since 3.5
*/
public static <T> T[] nullToEmpty(final T[] array, final Class<T[]> type) {
if(type == null) {