mirror of https://github.com/apache/lucene.git
6397af1d42
The majority of the code seems to already be using anyMatch and noneMatch logic, these few remaining instances were using count() and comparing the result to 0. This changes everything to anyMatch and noneMatch, which is also potentially more performant. Extra newline. |
||
---|---|---|
.. | ||
src | ||
build.xml | ||
ivy.xml |