Skip to content

Commit

Permalink
revert checkstyle.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
xwu99 committed Jul 14, 2022
1 parent 966a9ff commit 4f74bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/code-checks/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<property name="allowSamelineMultipleAnnotations" value="true"/>
</module>
<module name="MethodName">
<property name="format" value="^[a-z][a-zA-Z0-9][a-zA-Z0-9_]*$"/>
<property name="format" value="^[a-z][a-z0-9][a-zA-Z0-9_]*$"/>
<message key="name.invalidPattern"
value="Method name ''{0}'' must match pattern ''{1}''."/>
</module>
Expand Down

0 comments on commit 4f74bac

Please sign in to comment.