fix javadoc typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724896 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2008-12-09 21:22:18 +00:00
parent eb695fa5a3
commit 0ecca35781
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ public class DocumentBuilder {
/**
* Convert a SolrInputDocument to a lucene Document.
*
* This function shoould go elsewhere. This builds the Document without an
* This function should go elsewhere. This builds the Document without an
* extra Map<> checking for multiple values. For more discussion, see:
* http://www.nabble.com/Re%3A-svn-commit%3A-r547493---in--lucene-solr-trunk%3A-.--src-java-org-apache-solr-common--src-java-org-apache-solr-schema--src-java-org-apache-solr-update--src-test-org-apache-solr-common--tf3931539.html
*