From 322ea1cbb3e61e8bf8c36ac2b18b9d9761cd2c61 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Fri, 18 Jul 2014 16:53:16 -0700 Subject: [PATCH] Allow Javadoc to reference imports These style errors continue to creep in due to IDE misconfiguration so we might as well stop checking for it. --- resources/checkstyle.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/checkstyle.xml b/resources/checkstyle.xml index f191884b03..42490cc734 100644 --- a/resources/checkstyle.xml +++ b/resources/checkstyle.xml @@ -42,7 +42,9 @@ - + + +