summaryrefslogtreecommitdiffstats
path: root/checkstyle
diff options
context:
space:
mode:
authorAhmed Ashour <asashour@yahoo.com>2017-10-09 08:41:21 +0200
committerHenri Sara <henri.sara@gmail.com>2017-10-09 09:41:21 +0300
commit915463b21a339b6bbc741ac1ce325ba209d821c9 (patch)
treeb205a2a0c56a48785a2a75f73f382e17d60ebfa3 /checkstyle
parentce3f5a04a552cc4f030796aff08ccdfeb91950f8 (diff)
downloadvaadin-framework-915463b21a339b6bbc741ac1ce325ba209d821c9.tar.gz
vaadin-framework-915463b21a339b6bbc741ac1ce325ba209d821c9.zip
Remove checkstyle "FinalClass" (#10145)
Diffstat (limited to 'checkstyle')
-rw-r--r--checkstyle/vaadin-checkstyle.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/checkstyle/vaadin-checkstyle.xml b/checkstyle/vaadin-checkstyle.xml
index a6c92201a1..9739f14c8f 100644
--- a/checkstyle/vaadin-checkstyle.xml
+++ b/checkstyle/vaadin-checkstyle.xml
@@ -241,7 +241,6 @@
<module name="DesignForExtension">
<property name="severity" value="ignore" />
</module>
- <module name="FinalClass" />
<module name="HideUtilityClassConstructor" />
<module name="InterfaceIsType" />
<module name="VisibilityModifier">