Repository: jclouds
Updated Branches:
  refs/heads/master dc3011469 -> b9f54a330


Enforce that interfaces are types via Checkstyle


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

Branch: refs/heads/master
Commit: b9f54a3301a5a482c6660d4a7c4cf54b4d87a11c
Parents: 2004813
Author: Andrew Gaul <[email protected]>
Authored: Sat Sep 6 11:20:56 2014 -0700
Committer: Andrew Gaul <[email protected]>
Committed: Sat Sep 20 18:48:40 2014 -0700

----------------------------------------------------------------------
 resources/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/b9f54a33/resources/checkstyle.xml
----------------------------------------------------------------------
diff --git a/resources/checkstyle.xml b/resources/checkstyle.xml
index d08ce5b..0be56a3 100644
--- a/resources/checkstyle.xml
+++ b/resources/checkstyle.xml
@@ -30,6 +30,7 @@
         <module name="IllegalInstantiation">
             <property name="classes" 
value="java.lang.Boolean,java.lang.Short,java.lang.Integer,java.lang.Long"/>
         </module>
+        <module name="InterfaceIsType"/>
 <!--
         jclouds prefers 120 character line lengths but has many files with
         longer lines

Reply via email to