mirror of https://github.com/apache/lucene.git
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:
parent
e18538cc4b
commit
3da26b7dca
|
@ -34,6 +34,8 @@ import org.slf4j.LoggerFactory;
|
|||
* A special Handler that registers all standard admin handlers
|
||||
*
|
||||
* @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
|
||||
public class AdminHandlers implements SolrCoreAware, SolrRequestHandler
|
||||
|
|
Loading…
Reference in New Issue