Author: sebb Date: Thu Sep 10 23:21:46 2015 New Revision: 1702347 URL: http://svn.apache.org/r1702347 Log: Don't force interfaces to have methods
Modified: commons/proper/bcel/trunk/checkstyle.xml Modified: commons/proper/bcel/trunk/checkstyle.xml URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/checkstyle.xml?rev=1702347&r1=1702346&r2=1702347&view=diff ============================================================================== --- commons/proper/bcel/trunk/checkstyle.xml (original) +++ commons/proper/bcel/trunk/checkstyle.xml Thu Sep 10 23:21:46 2015 @@ -158,7 +158,7 @@ limitations under the License. <!-- See http://checkstyle.sf.net/config_design.html --> <!--module name="FinalClass"/--> <!--module name="HideUtilityClassConstructor"/--> - <module name="InterfaceIsType"/> + <!--module name="InterfaceIsType"/--> <module name="VisibilityModifier"> <property name="ignoreAnnotationCanonicalNames" value="java.lang.Deprecated"/>