diff options
author | Andreas Höhmann <ahoehma@googlemail.com> | 2015-09-20 17:39:53 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-01-12 16:16:22 +0200 |
commit | 40acab44e8bfb118620fad2214227a63bbd7e198 (patch) | |
tree | 2c7477e192efc675b2976144169ceeaddd2fc624 /checkstyle | |
parent | c15277f38efeeb1170b21c90910953fc9c7aa244 (diff) | |
download | vaadin-framework-40acab44e8bfb118620fad2214227a63bbd7e198.tar.gz vaadin-framework-40acab44e8bfb118620fad2214227a63bbd7e198.zip |
checkstyle configuration contains invalid module RedundantThrows (#18941)
just removed module "RedundantThrows" from vaadin-checkstyle.xml
Change-Id: I591838041967cd10f782ea037e9ba6388e4fe665
Diffstat (limited to 'checkstyle')
-rw-r--r-- | checkstyle/vaadin-checkstyle.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/checkstyle/vaadin-checkstyle.xml b/checkstyle/vaadin-checkstyle.xml index 9dfe1c9156..4f25ec6996 100644 --- a/checkstyle/vaadin-checkstyle.xml +++ b/checkstyle/vaadin-checkstyle.xml @@ -232,9 +232,6 @@ <property name="severity" value="ignore" /> </module> <module name="MissingSwitchDefault" /> - <module name="RedundantThrows"> - <property name="severity" value="warning" /> - </module> <module name="SimplifyBooleanExpression" /> <module name="SimplifyBooleanReturn" /> |