ArrayUtils#shift: remove duplicated param tag for offset in javadoc

This commit is contained in:
pascalschumacher 2016-06-03 17:48:02 +02:00
parent 03a2ab275b
commit 3e3ac124f8
1 changed files with 0 additions and 1 deletions

View File

@ -2444,7 +2444,6 @@ public class ArrayUtils {
* <p>This method does nothing for a {@code null} input array.
*
* @param array the array to shift, may be {@code null}
* @param offset how many position to the right to shift the array, if negative it will be shiftd to the left.
* @param offset
* The number of positions to rotate the elements. If the offset is larger than the number of elements to
* rotate, than the effective offset is modulo the number of elements to rotate.