[GitHub] commons-lang pull request: LANG-1119: Add StringUtils.rotate(Strin...

2015-04-26 Thread rikles
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] commons-lang pull request: LANG-1118 Fix StringUtils.repeat(char, ...

2015-04-23 Thread rikles
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