mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-12 04:55:14 +00:00
Fix JavaDoc warning
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1552680 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3022375ff4
commit
acdbdd5f24
@ -864,7 +864,7 @@ public static Boolean[] nullToEmpty(final Boolean[] array) {
|
||||
* @return a new array containing the elements between
|
||||
* the start and end indices.
|
||||
* @since 2.1
|
||||
* @see Arrays#copyOfRange(T[], int, int)
|
||||
* @see Arrays#copyOfRange(Object[], int, int)
|
||||
*/
|
||||
public static <T> T[] subarray(final T[] array, int startIndexInclusive, int endIndexExclusive) {
|
||||
if (array == null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user