mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-08 11:05:46 +00:00
These test classes can be static
This commit is contained in:
parent
4033393aaf
commit
e377b46bc8
@ -84,7 +84,7 @@ public class IndexProducerFromBitmapProducerTest extends AbstractIndexProducerTe
|
||||
}
|
||||
}
|
||||
|
||||
private class TestingBitMapProducer implements BitMapProducer {
|
||||
private static class TestingBitMapProducer implements BitMapProducer {
|
||||
long[] values;
|
||||
|
||||
TestingBitMapProducer(final long[] values) {
|
||||
|
@ -51,7 +51,7 @@ public class IndexProducerTest {
|
||||
}
|
||||
}
|
||||
|
||||
private class TestingBitMapProducer implements BitMapProducer {
|
||||
private static class TestingBitMapProducer implements BitMapProducer {
|
||||
long[] values;
|
||||
|
||||
TestingBitMapProducer(final long[] values) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user