You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2020/10/19 13:53:08 UTC

[lucene-solr] branch jira/solr-14942 updated: SOLR-14942: Remove javadoc comment that no longer applies

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

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


The following commit(s) were added to refs/heads/jira/solr-14942 by this push:
     new 250da57  SOLR-14942: Remove javadoc comment that no longer applies
250da57 is described below

commit 250da57bb50cd51423a01d91848c5f5afae7415d
Author: Shalin Shekhar Mangar <sh...@apache.org>
AuthorDate: Mon Oct 19 19:22:50 2020 +0530

    SOLR-14942: Remove javadoc comment that no longer applies
---
 solr/core/src/java/org/apache/solr/update/SolrCoreState.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/solr/core/src/java/org/apache/solr/update/SolrCoreState.java b/solr/core/src/java/org/apache/solr/update/SolrCoreState.java
index d8a86a0..95eab76 100644
--- a/solr/core/src/java/org/apache/solr/update/SolrCoreState.java
+++ b/solr/core/src/java/org/apache/solr/update/SolrCoreState.java
@@ -123,8 +123,7 @@ public abstract class SolrCoreState {
   }
 
   /**
-   * Registers in-flight update requests to this core. This method should only be called
-   * for leader cores.
+   * Registers in-flight update requests to this core.
    *
    * @return true if request was registered, false if update requests are paused
    */