You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2011/12/13 18:36:14 UTC

svn commit: r1213803 - /lucene/dev/trunk/lucene/src/java/org/apache/lucene/util/CommandLineUtil.java

Author: mikemccand
Date: Tue Dec 13 17:36:14 2011
New Revision: 1213803

URL: http://svn.apache.org/viewvc?rev=1213803&view=rev
Log:
LUCENE-3586: fixup javadocs

Modified:
    lucene/dev/trunk/lucene/src/java/org/apache/lucene/util/CommandLineUtil.java

Modified: lucene/dev/trunk/lucene/src/java/org/apache/lucene/util/CommandLineUtil.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/src/java/org/apache/lucene/util/CommandLineUtil.java?rev=1213803&r1=1213802&r2=1213803&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/src/java/org/apache/lucene/util/CommandLineUtil.java (original)
+++ lucene/dev/trunk/lucene/src/java/org/apache/lucene/util/CommandLineUtil.java Tue Dec 13 17:36:14 2011
@@ -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
    */