From 00a7dd2840ba29a90209c757c85d02f1ae489844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20D=C3=A9camps?= Date: Sat, 22 Sep 2018 17:57:18 +0200 Subject: [PATCH] Re-enable check against FallThrough violations Fix #239 --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index 989668f9e..86cda27f0 100644 --- a/pom.xml +++ b/pom.xml @@ -431,9 +431,6 @@ javac-with-errorprone true - - -Xep:FallThrough:WARN - 7 7