Skip to content

Commit

Permalink
Style refacotring for planners package
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric committed Feb 5, 2016
1 parent 50b2bc3 commit 6ace346
Show file tree
Hide file tree
Showing 3 changed files with 644 additions and 620 deletions.
2 changes: 1 addition & 1 deletion config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
<property name="allowThrowsTagsForSubclasses" value="true"/>
</module>
<module name="MethodName">
<property name="format" value="^[a-z][a-z0-9][a-zA-Z0-9_]*$"/>
<property name="format" value="^[a-z][a-zA-Z0-9_]*$"/>
<message key="name.invalidPattern"
value="Method name ''{0}'' must match pattern ''{1}''."/>
</module>
Expand Down
Loading

0 comments on commit 6ace346

Please sign in to comment.