[GitHub] commons-lang pull request: Fix typo on appendIfMissing javadoc

2016-03-10 Thread ptemplier
Github user ptemplier commented on the pull request: https://github.com/apache/commons-lang/pull/129#issuecomment-194812742 :+1: --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] commons-lang pull request: Fix typo on appendIfMissing javadoc

2016-03-09 Thread ptemplier
GitHub user ptemplier opened a pull request: https://github.com/apache/commons-lang/pull/129 Fix typo on appendIfMissing javadoc You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptemplier/commons-lang patch-1 Alternatively you

[GitHub] commons-lang pull request #193: Add isAnyNotEmpty() and isAnyNotBlank() to S...

2016-09-23 Thread ptemplier
GitHub user ptemplier opened a pull request: https://github.com/apache/commons-lang/pull/193 Add isAnyNotEmpty() and isAnyNotBlank() to StringUtils You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptemplier/commons-lang

[GitHub] commons-lang pull request #193: Add isAnyNotEmpty() and isAnyNotBlank() to S...

2016-09-24 Thread ptemplier
Github user ptemplier commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/193#discussion_r80358287 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -258,6 +258,35 @@ public static boolean isAnyEmpty(final CharSequence... css