Skip to content

Commit

Permalink
Replace 2x empty lines with a single one
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 26, 2024
1 parent e87cc82 commit 8875dad
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import java.util.TreeMap;
import java.util.function.IntPredicate;


/**
* Some Bloom filter implementations use a count rather than a bit flag. The term {@code Cell} is used to
* refer to these counts and their associated index. This class is the equivalent of the index extractor except
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ default boolean remove(final IndexExtractor indexExtractor) {
}
}


/**
* Adds the specified CellExtractor to this Bloom filter.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ void expectFalseWhenFixedOrderComparatorIsComparedWithNull() {
assertFalse(comparator.equals(null));
}


@Test
void expectFalseWhenFixedOrderComparatorIsComparedWithOtherObject() {
final FixedOrderComparator<Integer> comparator = new FixedOrderComparator<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;


/**
* Test class for {@link CartesianProductIterator}.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* limitations under the License.
*/


package org.apache.commons.collections4.map;

/**
Expand Down

0 comments on commit 8875dad

Please sign in to comment.