src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/TagletOutput.java

changeset 1743
6a5288a298fd
parent 1359
25e14ad23cef
     1.1 --- a/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/TagletOutput.java	Tue May 14 10:14:54 2013 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/TagletOutput.java	Tue May 14 10:14:54 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2013, 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 @@ -52,9 +52,6 @@
    1.11       */
    1.12      public abstract void appendOutput(TagletOutput o);
    1.13  
    1.14 -    /**
    1.15 -     * Return true if this output has any occurances of @inheritDoc.
    1.16 -     * @return true if inheritDoc tag is found.
    1.17 -     */
    1.18 -    public abstract boolean hasInheritDocTag();
    1.19 +    @Override
    1.20 +    public String toString();
    1.21  }

mercurial