GitHub user rikles opened a pull request:
https://github.com/apache/commons-lang/pull/69
LANG-1119: Add StringUtils.rotate(String, int)
Implementation of a String rotation method
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
GitHub user rikles opened a pull request:
https://github.com/apache/commons-lang/pull/68
LANG-1118 Fix StringUtils.repeat(char, int)
Now doing what is said in JavaDoc comment :
when passing a negative repeat value to the StringUtils.repeat(char, int)
function, it returns an