mirror of https://github.com/apache/lucene.git
fixing javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
67dc258519
commit
8d4815420f
|
@ -368,8 +368,8 @@ public class CoreContainer
|
|||
|
||||
/**
|
||||
* Swaps two SolrCore descriptors.
|
||||
* @param c0
|
||||
* @param c1
|
||||
* @param n0
|
||||
* @param n1
|
||||
*/
|
||||
public void swap(String n0, String n1) {
|
||||
if( n0 == null || n1 == null ) {
|
||||
|
@ -512,7 +512,7 @@ public class CoreContainer
|
|||
* declare an alternate way of accessing named cores.
|
||||
* This can also be used in a pseudo single-core environment so admins can prepare
|
||||
* a new version before swapping.
|
||||
* @param adminPath
|
||||
* @param path
|
||||
*/
|
||||
public void setManagementPath(String path) {
|
||||
this.managementPath = path;
|
||||
|
|
Loading…
Reference in New Issue