Fix Javadoc typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824332 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2009-10-12 13:40:03 +00:00
parent 2d8e0ea9c2
commit b6e1c80247
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ public abstract class SolrServer implements Serializable
}
/**
* SolrServer implementations need to implement a how a request is actually processed
* SolrServer implementations need to implement how a request is actually processed
*/
public abstract NamedList<Object> request( final SolrRequest request ) throws SolrServerException, IOException;