diff -r 4a3cfc970c6f -r 967052c425a1 src/share/classes/com/sun/tools/doclint/resources/doclint.properties --- a/src/share/classes/com/sun/tools/doclint/resources/doclint.properties Mon Jan 21 10:00:46 2013 -0800 +++ b/src/share/classes/com/sun/tools/doclint/resources/doclint.properties Mon Jan 21 10:07:37 2013 -0800 @@ -55,6 +55,7 @@ dc.tag.header.sequence.1 = header used out of sequence: <{0}> dc.tag.header.sequence.2 = header used out of sequence: <{0}> dc.tag.nested.not.allowed=nested tag not allowed: <{0}> +dc.tag.not.allowed.here = tag not allowed here: <{0}> dc.tag.not.allowed = element not allowed in documentation comments: <{0}> dc.tag.not.allowed.inline.element = block element not allowed within inline element <{1}>: {0} dc.tag.not.allowed.inline.tag = block element not allowed within @{1}: {0}