From f7a56ed6bca6d47de1b14e1aa6c13941076eca2d Mon Sep 17 00:00:00 2001 From: Mike McCandless Date: Mon, 8 Feb 2016 19:16:33 -0500 Subject: [PATCH] fix compilation --- .../apache/lucene/replicator/nrt/TestStressNRTReplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/replicator/src/test/org/apache/lucene/replicator/nrt/TestStressNRTReplication.java b/lucene/replicator/src/test/org/apache/lucene/replicator/nrt/TestStressNRTReplication.java index 86550c56bf2..f31376b5909 100644 --- a/lucene/replicator/src/test/org/apache/lucene/replicator/nrt/TestStressNRTReplication.java +++ b/lucene/replicator/src/test/org/apache/lucene/replicator/nrt/TestStressNRTReplication.java @@ -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();