mirror of https://github.com/apache/lucene.git
fix compilation
This commit is contained in:
parent
ae2b58c03c
commit
f7a56ed6bc
|
@ -155,7 +155,7 @@ public class TestStressNRTReplication extends LuceneTestCase {
|
|||
static final boolean DO_BIT_FLIPS_DURING_COPY = true;
|
||||
|
||||
/** Set to a non-null value to force exactly that many nodes; else, it's random. */
|
||||
static final Integer NUM_NODES;
|
||||
static final Integer NUM_NODES = null;
|
||||
|
||||
final AtomicBoolean failed = new AtomicBoolean();
|
||||
|
||||
|
|
Loading…
Reference in New Issue