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:
Michael McCandless 2011-12-13 17:36:14 +00:00
parent d6a96a43d9
commit 6d70639902
1 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ public final class CommandLineUtil {
/**
* 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
* @return the new FSDirectory instance
*/
@ -60,7 +60,7 @@ public final class CommandLineUtil {
/**
* 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
* @throws ClassNotFoundException
*/
@ -71,7 +71,7 @@ public final class CommandLineUtil {
/**
* 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
* @throws ClassNotFoundException
*/