aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorritchie <ritchie@gmx.at>2015-05-08 15:09:35 +0200
committerritchie <ritchie@gmx.at>2015-05-08 15:09:35 +0200
commitd47ed2afc73b2ca3be894af519e85a3cc692eecb (patch)
treef89c79936c64af6651bf68aaaf552e88baa6d86d /src
parent63fa9f32ea5c4311898eb1628b0daa58c00e18f4 (diff)
downloadnanohttpd-d47ed2afc73b2ca3be894af519e85a3cc692eecb.tar.gz
temporary formatting deacivated becaus of merges
Diffstat (limited to 'src')
-rw-r--r--src/main/checkstyle/nanohttpd-style.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/checkstyle/nanohttpd-style.xml b/src/main/checkstyle/nanohttpd-style.xml
index 8e2391b..f751504 100644
--- a/src/main/checkstyle/nanohttpd-style.xml
+++ b/src/main/checkstyle/nanohttpd-style.xml
@@ -123,9 +123,6 @@
</module>
<module name="IllegalInstantiation" />
<module name="InnerAssignment" />
- <module name="MagicNumber">
- <property name="ignoreAnnotation" value="true" />
- </module>
<module name="MissingSwitchDefault" />
<module name="RedundantThrows">