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
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
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