Skip to content

Commit a27b2bb

Browse files
committed
checkstyle.xml: minor refactor
1 parent 82a2ad8 commit a27b2bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
<module name="SingleLineJavadoc"/>
198198
<module name="SummaryJavadoc">
199199
<property name="forbiddenSummaryFragments"
200-
value="^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"/>
200+
value="^@return the *|^This method returns |^A [{]@code [0-9A-Za-z]+[}]( is a )"/>
201201
<property name="period" value=""/>
202202
</module>
203203

0 commit comments

Comments
 (0)