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:
Ryan McKinley 2008-08-14 19:45:44 +00:00
parent 67dc258519
commit 8d4815420f
1 changed files with 3 additions and 3 deletions

View File

@ -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;