Issue #2839: tag VAR was added to allowed tags of JavadocStyleCheck

This commit is contained in:
Roman Ivanov 2016-06-02 05:58:33 -07:00
parent 6bba78fd4c
commit 4b4fdda9bd
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class JavadocStyleCheck
"h2", "h3", "h4", "h5", "h6", "hr", "i", "img", "ins", "kbd",
"li", "ol", "p", "pre", "q", "samp", "small", "span", "strong",
"style", "sub", "sup", "table", "tbody", "td", "tfoot", "th",
"thead", "tr", "tt", "u", "ul");
"thead", "tr", "tt", "u", "ul", "var");
/** The scope to check. */
private Scope scope = Scope.PRIVATE;