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

changeset 1743
6a5288a298fd
parent 1736
74cd21f2c2fe
child 1744
76a691e3e961
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/HtmlSerialFieldWriter.java	Tue May 14 10:14:54 2013 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/HtmlSerialFieldWriter.java	Tue May 14 10:14:54 2013 -0700
     1.3 @@ -46,7 +46,7 @@
     1.4   * @author Bhavesh Patel (Modified)
     1.5   */
     1.6  public class HtmlSerialFieldWriter extends FieldWriterImpl
     1.7 -    implements SerializedFormWriter.SerialFieldWriter {
     1.8 +        implements SerializedFormWriter.SerialFieldWriter {
     1.9      ProgramElementDoc[] members = null;
    1.10  
    1.11      private boolean printedOverallAnchor = false;
    1.12 @@ -186,7 +186,7 @@
    1.13       * @param contentTree the tree to which the member tags info will be added
    1.14       */
    1.15      public void addMemberTags(FieldDoc field, Content contentTree) {
    1.16 -        TagletOutputImpl output = new TagletOutputImpl("");
    1.17 +        TagletOutput output = new TagletOutputImpl();
    1.18          TagletWriter.genTagOuput(configuration.tagletManager, field,
    1.19                  configuration.tagletManager.getCustomTags(field),
    1.20                  writer.getTagletWriterInstance(false), output);

mercurial