Repository: jclouds
Updated Branches:
  refs/heads/master 1e1eb5a09 -> 322ea1cbb


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.


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/322ea1cb
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/322ea1cb
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/322ea1cb

Branch: refs/heads/master
Commit: 322ea1cbb3e61e8bf8c36ac2b18b9d9761cd2c61
Parents: 1e1eb5a
Author: Andrew Gaul <[email protected]>
Authored: Fri Jul 18 16:53:16 2014 -0700
Committer: Andrew Gaul <[email protected]>
Committed: Sat Jul 26 11:03:58 2014 -0700

----------------------------------------------------------------------
 resources/checkstyle.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/322ea1cb/resources/checkstyle.xml
----------------------------------------------------------------------
diff --git a/resources/checkstyle.xml b/resources/checkstyle.xml
index f191884..42490cc 100644
--- a/resources/checkstyle.xml
+++ b/resources/checkstyle.xml
@@ -42,7 +42,9 @@
         </module>
         <module name="SimplifyBooleanExpression"/>
         <module name="UnnecessaryParentheses"/>
-        <module name="UnusedImports"/>
+        <module name="UnusedImports">
+            <property name="processJavadoc" value="true"/>
+        </module>
         <module name="WhitespaceAfter">
             <property name="tokens" value="COMMA"/>
         </module>

Reply via email to