mirror of https://github.com/apache/lucene.git
SOLR-6485: remove useless javadocs that are broken and violate precommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631554 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fe41822918
commit
d0dd912bba
|
@ -24,8 +24,6 @@ import org.apache.solr.request.SolrRequestHandler;
|
|||
*/
|
||||
public interface NestedRequestHandler {
|
||||
/** Return a Requestandler to handle a subpath from the path this handler is registered.
|
||||
* @param subPath
|
||||
* @return a SolrRequestHandler instance
|
||||
*/
|
||||
public SolrRequestHandler getSubHandler(String subPath);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue