Removed RedundantThrows module which is not supported after 6.2.

As Eclipse checkstyle plugin uses a more recent version of checkstyle,
this module created problems. The same problems will certainly arise
with maven plugin when it is updated to post 6.2 versions.
This commit is contained in:
Luc Maisonobe 2015-04-30 18:30:09 +02:00
parent c769a9ded6
commit 95e1973a41
1 changed files with 0 additions and 6 deletions

View File

@ -47,12 +47,6 @@
<property name="allowThrowsTagsForSubclasses" value="true"/> <property name="allowThrowsTagsForSubclasses" value="true"/>
</module> </module>
<!-- Allow declaration of detailed exception set -->
<module name="RedundantThrows">
<property name="allowUnchecked" value="true"/>
<property name="allowSubclasses" value="true"/>
</module>
<!-- Require field javadoc --> <!-- Require field javadoc -->
<module name="JavadocVariable"/> <module name="JavadocVariable"/>