Skip to content

Commit 26d8391

Browse files
authored
Fix javadoc method allowed annotations issue (#15)
1 parent 24b4268 commit 26d8391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
<property name="accessModifiers" value="public"/>
6565
<property name="allowMissingParamTags" value="true"/>
6666
<property name="allowMissingReturnTag" value="true"/>
67-
<property name="allowedAnnotations" value="Override, Test, Bean, ApiOperation, ExceptionHandler, ApiModelProperty"/>
6867
</module>
6968
<module name="MissingJavadocMethod">
7069
<property name="minLineCount" value="2"/>
70+
<property name="allowedAnnotations" value="Override, Test, Bean, ApiOperation, ExceptionHandler, ApiModelProperty"/>
7171
</module>
7272
<module name="JavadocType">
7373
<property name="allowedAnnotations" value="SpringBootApplication, Configuration, Bean, ApiModel"/>

0 commit comments

Comments
 (0)