You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/04/28 21:15:32 UTC

[7/7] [lang] Merge branch 'array-utils'

Merge branch 'array-utils'

LANG-1099: Add swap and shift operations for arrays to ArrayUtils. Thanks
to Adrian Ber.


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

Branch: refs/heads/master
Commit: fd680a65117e15f814a390253113ac51b165886f
Parents: 63d8a02 28a0672
Author: Benedikt Ritter <br...@apache.org>
Authored: Tue Apr 28 21:13:08 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Tue Apr 28 21:13:08 2015 +0200

----------------------------------------------------------------------
 src/changes/changes.xml                         |    1 +
 .../org/apache/commons/lang3/ArrayUtils.java    | 1169 ++++++++++++++++++
 .../apache/commons/lang3/ArrayUtilsTest.java    |  741 +++++++++++
 3 files changed, 1911 insertions(+)
----------------------------------------------------------------------