Simple fix
This commit is contained in:
parent
9522d45545
commit
b7ff7f77f8
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue