Issue #2839: tag VAR was added to allowed tags of JavadocStyleCheck
This commit is contained in:
parent
6bba78fd4c
commit
4b4fdda9bd
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue