diff options
author | Andreas Höhmann <ahoehma@googlemail.com> | 2015-09-20 17:39:53 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-01-09 12:59:45 +0000 |
commit | 7b7ead66c5d52c6518e2b606c7258c5bd9fdda93 (patch) | |
tree | e82cf3ff5534a5406deb031ae503c1131199f14e /checkstyle | |
parent | 02b9b7346e1981a5fff52ceba52d6eea30a89fee (diff) | |
download | vaadin-framework-7b7ead66c5d52c6518e2b606c7258c5bd9fdda93.tar.gz vaadin-framework-7b7ead66c5d52c6518e2b606c7258c5bd9fdda93.zip |
checkstyle configuration contains invalid module RedundantThrows (#18941)
just removed module "RedundantThrows" from vaadin-checkstyle.xml
Change-Id: Id12fbf5b052c9b08aaf834f5bbdfbc9d24f287a7
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" /> |