Github user amuthmann closed the pull request at:
https://github.com/apache/commons-lang/pull/3
-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org
Thank you for the pull request.
There is a lot of code duplication that could be refactored.
Gary
On Wed, Oct 31, 2012 at 11:17 AM, amuthmann wrote:
> GitHub user amuthmann opened a pull request:
>
> https://github.com/apache/commons-lang/pull/3
>
> LANG-848: Added isAnyBlank, isNoneB
GitHub user amuthmann opened a pull request:
https://github.com/apache/commons-lang/pull/3
LANG-848: Added isAnyBlank, isNoneBlank, isAnyEmpty, isNoneEmpty
Those are the improvements described in LANG-848 including
```java
public static boolean isAnyBlank(CharSequence... cs)