You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2016/12/13 20:30:11 UTC

[04/42] lucene-solr:feature/metrics: typo in javadocs

typo in javadocs


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/44cce6bc
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/44cce6bc
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/44cce6bc

Branch: refs/heads/feature/metrics
Commit: 44cce6bc4c5f3452d188cf4e8905a3ed7ef3e247
Parents: 70b3589
Author: Noble Paul <no...@apache.org>
Authored: Wed Nov 30 18:47:52 2016 +0530
Committer: Noble Paul <no...@apache.org>
Committed: Wed Nov 30 18:47:52 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/44cce6bc/solr/solrj/src/java/org/apache/solr/common/PushWriter.java
----------------------------------------------------------------------
diff --git a/solr/solrj/src/java/org/apache/solr/common/PushWriter.java b/solr/solrj/src/java/org/apache/solr/common/PushWriter.java
index ddfac3c..7829d37 100644
--- a/solr/solrj/src/java/org/apache/solr/common/PushWriter.java
+++ b/solr/solrj/src/java/org/apache/solr/common/PushWriter.java
@@ -33,7 +33,7 @@ public interface PushWriter extends Closeable {
   void writeMap(MapWriter mw) throws IOException;
 
   /**Write an array. The array is opened at the beginning of this method
-   * and closed at the end. All array entries must be returned before this
+   * and closed at the end. All array entries must be written before this
    * method returns
    *
    */