You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2020/12/05 04:37:39 UTC

[lucene-solr] 12/18: javadocs fix

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

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

commit e49e3a54fe33527aed93010d644360c9ecd66717
Author: noble <no...@apache.org>
AuthorDate: Mon Oct 12 11:38:08 2020 +1100

    javadocs fix
---
 solr/solrj/src/java/org/apache/solr/common/ConfigNode.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solrj/src/java/org/apache/solr/common/ConfigNode.java b/solr/solrj/src/java/org/apache/solr/common/ConfigNode.java
index 44ac4ff..1a67b52 100644
--- a/solr/solrj/src/java/org/apache/solr/common/ConfigNode.java
+++ b/solr/solrj/src/java/org/apache/solr/common/ConfigNode.java
@@ -94,7 +94,7 @@ public interface ConfigNode {
     return children(null, Collections.singleton(name));
   }
 
-  /** abortable iterate through child
+  /** abortable iterate through children
    *
    * @param fun consume the node and return true to continue or false to abort
    */