Skip to content

Commit 3f9109b

Browse files
committed
fix checkstyle
1 parent 1913c0a commit 3f9109b

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
@@ -53,7 +53,7 @@
5353
</module>
5454
<module name="LineLength">
5555
<property name="max" value="80"/>
56-
<property name="ignorePattern" value="^[ \t]*([a-zA-Z0-9\{\}\+\|\&amp;\&quot;@\(\)<>]|//)|@link|@see"/>
56+
<property name="ignorePattern" value="^[ \t]*([a-zA-Z0-9\{\}\+\|\&amp;\&quot;@\(\)&gt;&lt;]|//)|@link|@see"/>
5757
<message key="maxLineLen" value="Comment line is longer than {0,number,integer} characters (found {1,number,integer})."/>
5858
</module>
5959
<module name="AvoidStarImport"/>

0 commit comments

Comments
 (0)