Simple fix

This commit is contained in:
Oliver Burn 2005-05-21 01:05:35 +00:00
parent 9522d45545
commit b7ff7f77f8
1 changed files with 2 additions and 2 deletions

View File

@ -233,7 +233,7 @@
<module name="JavadocMethod">
<property name="scope" value="public"/>
<property name="allowUndeclaredRTE" value="true"/>
<property name="allowMissingParamTags" value="true"/>
<property name="allowMissingParamTags" value="true"/>
</module>
</pre>
</subsection>
@ -411,7 +411,7 @@ public int checkReturnTag(final int aTagIndex,
or:
<source>
/** {@inheritDoc} **/
/** {@inheritDoc} */
public int checkReturnTag(final int aTagIndex,
JavadocTag[] aTags,
int aLineNo)