mirror of https://github.com/apache/lucene.git
LUCENE-3586: fixup javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1213803 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d6a96a43d9
commit
6d70639902
|
@ -36,7 +36,7 @@ public final class CommandLineUtil {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a specific FSDirectory instance starting from its class name
|
* Creates a specific FSDirectory instance starting from its class name
|
||||||
* @param className The name of the FSDirectory class to load
|
* @param clazzName The name of the FSDirectory class to load
|
||||||
* @param file The file to be used as parameter constructor
|
* @param file The file to be used as parameter constructor
|
||||||
* @return the new FSDirectory instance
|
* @return the new FSDirectory instance
|
||||||
*/
|
*/
|
||||||
|
@ -60,7 +60,7 @@ public final class CommandLineUtil {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Loads a specific Directory implementation
|
* Loads a specific Directory implementation
|
||||||
* @param className The name of the Directory class to load
|
* @param clazzName The name of the Directory class to load
|
||||||
* @return The Directory class loaded
|
* @return The Directory class loaded
|
||||||
* @throws ClassNotFoundException
|
* @throws ClassNotFoundException
|
||||||
*/
|
*/
|
||||||
|
@ -71,7 +71,7 @@ public final class CommandLineUtil {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Loads a specific FSDirectory implementation
|
* Loads a specific FSDirectory implementation
|
||||||
* @param className The name of the FSDirectory class to load
|
* @param clazzName The name of the FSDirectory class to load
|
||||||
* @return The FSDirectory class loaded
|
* @return The FSDirectory class loaded
|
||||||
* @throws ClassNotFoundException
|
* @throws ClassNotFoundException
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue