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

2016-10-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/193 --- 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 enabled and wishes so, or if the feature

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

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

2016-09-24 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/193#discussion_r80357934 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -358,6 +387,36 @@ public static boolean isAnyBlank(final CharSequence... css)

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

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

[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