8178426: Extra } is coming in the javadoc of Taglet.toString() API

Reviewed-by: ksrini, bpatel
This commit is contained in:
Jonathan Gibbons 2017-04-14 15:54:01 -07:00
parent 2d34a0490a
commit 20a33eb5a5

View File

@ -85,7 +85,7 @@ public interface Taglet {
/**
* 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.