aboutsummaryrefslogtreecommitdiff
path: root/checkstyle.xml
diff options
context:
space:
mode:
authorjwilson <jwilson@squareup.com>2015-07-22 09:34:23 -0700
committerjwilson <jwilson@squareup.com>2015-07-22 17:33:07 -0700
commita5f49c26941650212ac4c952958fcec98b7a5f4b (patch)
tree328b114d6a02cf5f5707a26740842493af58f0c0 /checkstyle.xml
parent66b156f436904cf38956890f8ff6e66c7e1d2661 (diff)
downloadjavapoet-a5f49c26941650212ac4c952958fcec98b7a5f4b.tar.gz
NameAllocator.
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 27c390b..4ce5d98 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -61,7 +61,7 @@
<!-- Checks for whitespace -->
<!-- See http://checkstyle.sf.net/config_whitespace.html -->
<module name="GenericWhitespace"/>
- <module name="EmptyForIteratorPad"/>
+ <!--<module name="EmptyForIteratorPad"/>-->
<module name="MethodParamPad"/>
<module name="NoWhitespaceAfter"/>
<module name="NoWhitespaceBefore"/>