8178426: Extra } is coming in the javadoc of Taglet.toString() API
Reviewed-by: ksrini, bpatel
--- a/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/doclet/Taglet.java Thu Apr 13 14:11:33 2017 -0700
+++ b/langtools/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.