Skip to content

Commit 91285bb

Browse files
committed
[Checkstyle] Fix incorrect comment
1 parent 9851561 commit 91285bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<module name="LineLength">
1717
<property name="max" value="120"/>
1818
<property name="fileExtensions" value="java"/>
19-
<!-- Ignore default + links in comments -->
19+
<!-- Ignore default + links -->
2020
<property name="ignorePattern" value="(^(package|import))|(^\s*(\/\/|\*) .*https?.*$)"/>
2121
</module>
2222
<module name="NewlineAtEndOfFile"/>

0 commit comments

Comments
 (0)