[GitHub] commons-lang pull request #289: Boolean comparisons in CharRange

2017-09-21 Thread mureinik
GitHub user mureinik opened a pull request:

https://github.com/apache/commons-lang/pull/289

Boolean comparisons in CharRange

Cleaned up comparisons to false to just use the boolean negation operator 
(`!`).

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mureinik/commons-lang CharRange

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/commons-lang/pull/289.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #289


commit ed86ae9f13d3d50a3641ed1af03032d71ffc5add
Author: Allon Mureinik 
Date:   2017-09-22T02:35:51Z

Boolean comparisons in CharRange

Cleaned up comparisons to false to just use the boolean negation
operator (!).




---


[GitHub] commons-lang pull request #289: Boolean comparisons in CharRange

2017-09-29 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/commons-lang/pull/289


---