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:
Chris M. Hostetter 2014-10-13 21:16:34 +00:00
parent fe41822918
commit d0dd912bba
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ import org.apache.solr.request.SolrRequestHandler;
*/ */
public interface NestedRequestHandler { public interface NestedRequestHandler {
/** Return a Requestandler to handle a subpath from the path this handler is registered. /** 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); public SolrRequestHandler getSubHandler(String subPath);
} }