SOLR-6792 added javadocs

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648654 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2014-12-31 04:51:42 +00:00
parent e18538cc4b
commit 3da26b7dca
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ import org.slf4j.LoggerFactory;
* A special Handler that registers all standard admin handlers * A special Handler that registers all standard admin handlers
* *
* @since solr 1.3 * @since solr 1.3
* @deprecated No need to register this requesthandler . All
* the plugins registered by this class are iplicitly registered by the system
*/ */
@Deprecated @Deprecated
public class AdminHandlers implements SolrCoreAware, SolrRequestHandler public class AdminHandlers implements SolrCoreAware, SolrRequestHandler