commons-lang pull request: StringUtils#repeat(char,int) has arguments in in...

2013-02-03 Thread jwadamson
Github user jwadamson closed the pull request at: https://github.com/apache/commons-lang/pull/4 - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: commons-lang pull request: StringUtils#repeat(char,int) has arguments in in...

2013-01-22 Thread Gary Gregory
Fixed in trunk: commit -m "Fix Javadoc." C:/svn/org/apache/commons/trunks-proper/lang/src/main/java/org/apache/commons/lang3/StringUtils.java Sending C:/svn/org/apache/commons/trunks-proper/lang/src/main/java/org/apache/commons/lang3/StringUtils.java Transmitting file data ... Committe

commons-lang pull request: StringUtils#repeat(char,int) has arguments in in...

2013-01-22 Thread jwadamson
GitHub user jwadamson opened a pull request: https://github.com/apache/commons-lang/pull/4 StringUtils#repeat(char,int) has arguments in in reverse order in javadoc examples In StringUtils#repeat(char,int) the javadoc examples have the arguments specified as int,char which is backw