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:57:38 UTC

[3/3] [lang] Merge branch 'fix-LANG-1119' of https://github.com/rikles/commons-lang This closes #71.

Merge branch 'fix-LANG-1119' of https://github.com/rikles/commons-lang
This closes #71.

LANG-1119: Add rotate(string, int) method to StringUtils. Thanks to
Loic Guibert.


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

Branch: refs/heads/master
Commit: 102b75cd923c30fb81047211ea1eb0b12cfe1a43
Parents: 0799f01 d4359d5
Author: Benedikt Ritter <br...@apache.org>
Authored: Tue Apr 28 21:55:53 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Tue Apr 28 21:55:53 2015 +0200

----------------------------------------------------------------------
 src/changes/changes.xml                         |  1 +
 .../org/apache/commons/lang3/StringUtils.java   | 46 ++++++++++++++++++++
 .../apache/commons/lang3/StringUtilsTest.java   | 16 +++++++
 3 files changed, 63 insertions(+)
----------------------------------------------------------------------