aboutsummaryrefslogtreecommitdiff
path: root/checkstyle.xml
diff options
context:
space:
mode:
authorJake Wharton <JakeWharton@GMail.com>2015-01-07 11:21:31 -0800
committerJake Wharton <JakeWharton@GMail.com>2015-01-07 11:21:31 -0800
commit21a955d166aacbcaa2f969b12c54778cca9172ca (patch)
tree20afa3b8ea86ea69911530b28e7d3d04e7a3f526 /checkstyle.xml
parent12b3d2a3b4ddf036b5f2fced0d23b381909ee382 (diff)
parentd7b2189e9e91cad8f2fec9b5d5dd3b85ef6ce6b9 (diff)
downloadjavapoet-21a955d166aacbcaa2f969b12c54778cca9172ca.tar.gz
Merge pull request #152 from square/jwilson_0105_violence
First, rough draft of immutable builders.
Diffstat (limited to 'checkstyle.xml')
-rw-r--r--checkstyle.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkstyle.xml b/checkstyle.xml
index 675e2f2..ad56010 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -83,7 +83,7 @@
<module name="AvoidNestedBlocks"/>
<!--module name="EmptyBlock"/-->
<module name="LeftCurly"/>
- <module name="NeedBraces"/>
+ <!--<module name="NeedBraces"/>-->
<module name="RightCurly"/>