fix compilation

This commit is contained in:
Mike McCandless 2016-02-08 19:16:33 -05:00
parent ae2b58c03c
commit f7a56ed6bc
1 changed files with 1 additions and 1 deletions

View File

@ -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();