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

changeset 1358
fc123bdeddb8
parent 962
0ff2bbd38f10
child 1359
25e14ad23cef
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlTree.java	Tue Oct 09 19:10:00 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlTree.java	Tue Oct 09 19:31:58 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -423,9 +423,9 @@
    1.11      /**
    1.12       * Generates a META tag with the http-equiv, content and charset attributes.
    1.13       *
    1.14 -     * @param http-equiv http equiv attribute for the META tag
    1.15 +     * @param httpEquiv http equiv attribute for the META tag
    1.16       * @param content type of content
    1.17 -     * @param charset character set used
    1.18 +     * @param charSet character set used
    1.19       * @return an HtmlTree object for the META tag
    1.20       */
    1.21      public static HtmlTree META(String httpEquiv, String content, String charSet) {

mercurial