langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/Util.java
changeset 14366 af625e568667
parent 14357 faf9cde2817b
child 14368 6f4c62de6985
--- a/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/Util.java	Mon Oct 29 10:39:49 2012 -0700
+++ b/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/Util.java	Tue Oct 30 10:15:19 2012 -0700
@@ -397,7 +397,7 @@
      * "java" and then "java/applet" if they don't exist. The file separator
      * string "/" is platform dependent system property.
      *
-     * @param path Directory path string.
+     * @param dir Directory path string.
      */
     public static void createDirectory(Configuration configuration, File dir) {
         if (dir == null) {
@@ -643,8 +643,6 @@
      * FileOutputStream and OutputStreamWriter depending upon docencoding.
      *
      * @param path The directory path to be created for this file.
-     * @param filename File Name to which the PrintWriter will do the Output.
-     * @param docencoding Encoding to be used for this file.
      * @exception IOException Exception raised by the FileWriter is passed on
      * to next level.
      * @exception UnsupportedEncodingException Exception raised by the