mirror of https://github.com/apache/lucene.git
Fixing typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699479 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
69fd3c455f
commit
26ffb58184
|
@ -171,6 +171,6 @@ public class SolrInputDocument implements Iterable<SolrInputField>, Serializable
|
|||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return "SolrInputDocumnt["+_fields+"]";
|
||||
return "SolrInputDocument["+_fields+"]";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue