< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/DeprecatedListWriter.java

Print this page

        

@@ -257,11 +257,11 @@
         }
     }
 
     /**
      * Get list of all the deprecated classes and members in all the Packages
-     * specified on the Command Line.
+     * specified on the command line.
      * Then instantiate DeprecatedListWriter and generate File.
      *
      * @param configuration the current configuration of the doclet.
      * @throws DocFileIOException if there is a problem writing the deprecated list
      */
< prev index next >