src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlWriter.java

changeset 1381
23fe1a96bc0f
parent 1372
78962d89f283
child 1383
b980e8e6aabf
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlWriter.java	Mon Oct 29 10:39:49 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlWriter.java	Tue Oct 30 10:15:19 2012 -0700
     1.3 @@ -149,14 +149,12 @@
     1.4       *
     1.5       * @param path The directory path to be created for this file
     1.6       *             or null if none to be created.
     1.7 -     * @param filename File Name to which the PrintWriter will
     1.8 -     *                 do the Output.
     1.9       * @exception IOException Exception raised by the FileWriter is passed on
    1.10       * to next level.
    1.11       * @exception UnsupportedEncodingException Exception raised by the
    1.12       * OutputStreamWriter is passed on to next level.
    1.13       */
    1.14 -    public HtmlWriter(Configuration configuration,DocPath path)
    1.15 +    public HtmlWriter(Configuration configuration, DocPath path)
    1.16              throws IOException, UnsupportedEncodingException {
    1.17          writer = Util.genWriter(configuration, path);
    1.18          this.configuration = configuration;

mercurial