changeset 4102:ad2910e96239

8178426: Extra } is coming in the javadoc of Taglet.toString() API Reviewed-by: ksrini, bpatel
author jjg
date Fri, 14 Apr 2017 15:54:01 -0700
parents b51c0ba6fd8f
children d2f92cb767a6
files src/jdk.javadoc/share/classes/jdk/javadoc/doclet/Taglet.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/jdk.javadoc/share/classes/jdk/javadoc/doclet/Taglet.java	Thu Apr 13 14:11:33 2017 -0700
+++ b/src/jdk.javadoc/share/classes/jdk/javadoc/doclet/Taglet.java	Fri Apr 14 15:54:01 2017 -0700
@@ -85,7 +85,7 @@
     /**
      * Returns the string representation of a series of instances of
      * this tag to be included in the generated output.
-     * If this taglet is for an {@link #isInlineTag inline} tag} it will
+     * If this taglet is for an {@link #isInlineTag inline} tag it will
      * be called once per instance of the tag, each time with a singleton list.
      * Otherwise, if this tag is a block tag, it will be called once per
      * comment, with a list of all the instances of the tag in a comment.