summaryrefslogtreecommitdiffstats
path: root/common/checkstyle/src/main/resources/honeycomb-checkstyle.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2016-06-13 13:57:06 +0200
committerMarek Gradzki <mgradzki@cisco.com>2016-06-13 13:57:06 +0200
commitcd47030e5518effb57899be5b9586fd259b012f4 (patch)
tree7611b0b47a73ce93863f7ae3dfc95793570ef3a9 /common/checkstyle/src/main/resources/honeycomb-checkstyle.xml
parentd8514c6bef58fefc2afff7f2e4b4dba3633085d1 (diff)
Disable strict javadoc checks in Oracle JDK
Currently, compilation fails on Oracle JDK8, due to its strict javadoc checks. Change-Id: Id1c703834edeab32aa76ce765f5a0d7851f5022e Signed-off-by: Maros Marsalek <mmarsale@cisco.com> Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'common/checkstyle/src/main/resources/honeycomb-checkstyle.xml')
-rw-r--r--common/checkstyle/src/main/resources/honeycomb-checkstyle.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/checkstyle/src/main/resources/honeycomb-checkstyle.xml b/common/checkstyle/src/main/resources/honeycomb-checkstyle.xml
index 794606cbe..ae631c994 100644
--- a/common/checkstyle/src/main/resources/honeycomb-checkstyle.xml
+++ b/common/checkstyle/src/main/resources/honeycomb-checkstyle.xml
@@ -4,7 +4,7 @@
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
<!--
- Checkstyle configuration for VCMTS, based on google java coding style
+ Checkstyle configuration for Honeycomb, based on google java coding style
-->
<module name = "Checker">