Repository: commons-lang
Updated Branches:
  refs/heads/master 03a2ab275 -> 43a9bab8c


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


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/3e3ac124
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/3e3ac124
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/3e3ac124

Branch: refs/heads/master
Commit: 3e3ac124f8de996429366b524f46b3f29c3b408b
Parents: 03a2ab2
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Fri Jun 3 17:48:02 2016 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Fri Jun 3 17:48:02 2016 +0200

----------------------------------------------------------------------
 src/main/java/org/apache/commons/lang3/ArrayUtils.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/3e3ac124/src/main/java/org/apache/commons/lang3/ArrayUtils.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/lang3/ArrayUtils.java 
b/src/main/java/org/apache/commons/lang3/ArrayUtils.java
index 1105725..07766f1 100644
--- a/src/main/java/org/apache/commons/lang3/ArrayUtils.java
+++ b/src/main/java/org/apache/commons/lang3/ArrayUtils.java
@@ -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.

Reply via email to