SOLR-6715: Fix javadoc warning

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1637299 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2014-11-07 06:56:33 +00:00
parent 4905248879
commit 39e7625798
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public class ManagedIndexSchemaFactory extends IndexSchemaFactory implements Sol
* the instantiated IndexSchema is persisted to the managed schema file named in the * the instantiated IndexSchema is persisted to the managed schema file named in the
* managedSchemaResourceName param, in the directory given by * managedSchemaResourceName param, in the directory given by
* {@link org.apache.solr.core.SolrResourceLoader#getConfigDir()}, or if configs are * {@link org.apache.solr.core.SolrResourceLoader#getConfigDir()}, or if configs are
* in ZooKeeper, under {@link org.apache.solr.cloud.ZkSolrResourceLoader#collectionZkPath}. * in ZooKeeper, under {@link org.apache.solr.cloud.ZkSolrResourceLoader#getConfigSetZkPath()}.
* *
* After the managed schema file is persisted, the original schema file is * After the managed schema file is persisted, the original schema file is
* renamed by appending the extension named in {@link #UPGRADED_SCHEMA_EXTENSION}. * renamed by appending the extension named in {@link #UPGRADED_SCHEMA_EXTENSION}.