Skip to content

Commit 8875dad

Browse files
committed
Replace 2x empty lines with a single one
1 parent e87cc82 commit 8875dad

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

src/main/java/org/apache/commons/collections4/bloomfilter/CellExtractor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import java.util.TreeMap;
2020
import java.util.function.IntPredicate;
2121

22-
2322
/**
2423
* Some Bloom filter implementations use a count rather than a bit flag. The term {@code Cell} is used to
2524
* refer to these counts and their associated index. This class is the equivalent of the index extractor except

src/main/java/org/apache/commons/collections4/bloomfilter/CountingBloomFilter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ default boolean remove(final IndexExtractor indexExtractor) {
330330
}
331331
}
332332

333-
334333
/**
335334
* Adds the specified CellExtractor to this Bloom filter.
336335
*

src/test/java/org/apache/commons/collections4/comparators/FixedOrderComparatorTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ void expectFalseWhenFixedOrderComparatorIsComparedWithNull() {
6161
assertFalse(comparator.equals(null));
6262
}
6363

64-
6564
@Test
6665
void expectFalseWhenFixedOrderComparatorIsComparedWithOtherObject() {
6766
final FixedOrderComparator<Integer> comparator = new FixedOrderComparator<>();

src/test/java/org/apache/commons/collections4/iterators/CartesianProductIteratorTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import org.junit.jupiter.api.BeforeEach;
3232
import org.junit.jupiter.api.Test;
3333

34-
3534
/**
3635
* Test class for {@link CartesianProductIterator}.
3736
*/

src/test/java/org/apache/commons/collections4/map/ConcurrentReferenceHashMapDefaultsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* limitations under the License.
1616
*/
1717

18-
1918
package org.apache.commons.collections4.map;
2019

2120
/**

0 commit comments

Comments
 (0)