You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2020/07/15 01:40:40 UTC

[lucene-solr] 01/02: #163 - Fix javadoc.

This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch reference_impl
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 5644d48a256b174f42528315baad9227dca56a8e
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Tue Jul 14 19:58:42 2020 -0500

    #163 - Fix javadoc.
---
 .../test/org/apache/solr/cloud/cdcr/BaseCdcrDistributedZkTest.java    | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/solr/core/src/test/org/apache/solr/cloud/cdcr/BaseCdcrDistributedZkTest.java b/solr/core/src/test/org/apache/solr/cloud/cdcr/BaseCdcrDistributedZkTest.java
index 87bdac1..a495be7 100644
--- a/solr/core/src/test/org/apache/solr/cloud/cdcr/BaseCdcrDistributedZkTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/cdcr/BaseCdcrDistributedZkTest.java
@@ -90,10 +90,6 @@ import static org.apache.solr.handler.admin.CoreAdminHandler.RESPONSE_STATUS;
  * be created per core.
  * </p>
  * <p>
- * The source and target collection can be reinitialised at will by calling {@link #clearSourceCollection()} and
- * {@link #clearTargetCollection()}. After reinitialisation, a collection will have a new fresh index and update log.
- * </p>
- * <p>
  * Servers can be restarted at will by calling
  * {@link #restartServer(BaseCdcrDistributedZkTest.CloudJettyRunner)} or
  * {@link #restartServers(java.util.List)}.