mirror of https://github.com/apache/lucene.git
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:
parent
2d8e0ea9c2
commit
b6e1c80247
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue