just upcasing Solr in javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@705486 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2008-10-17 06:07:02 +00:00
parent 13eaf6d061
commit b82469d7c6
1 changed files with 2 additions and 2 deletions

View File

@ -41,11 +41,11 @@ import org.apache.solr.request.SolrRequestHandler;
import org.apache.solr.schema.IndexSchema;
/**
* DirectSolrConnection provides an interface to solr that is similar to
* DirectSolrConnection provides an interface to Solr that is similar to
* the the HTTP interface, but does not require an HTTP connection.
*
* This class is designed to be as simple as possible and allow for more flexibility
* in how you interface to solr.
* in how you interface to Solr.
*
* @version $Id$
* @since solr 1.2