From 1873daff9bb9b8e9a601c35eef27171d3722a9be Mon Sep 17 00:00:00 2001
From: "a.croix" <croix.alexandre@gmail.com>
Date: Wed, 20 Mar 2019 12:53:15 +0100
Subject: [PATCH] Correction in checkstyle.xml

---
 checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checkstyle.xml b/checkstyle.xml
index be51f4c..74a0e0f 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -206,7 +206,7 @@
         <module name="HideUtilityClassConstructor"/>
         <module name="InterfaceIsType"/>
         <module name="VisibilityModifier">
-            <property name="protectedAllowed"/>
+            <property name="protectedAllowed" value="true"/>
         </module>
 
 
-- 
GitLab