You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/06/08 20:41:04 UTC

[fineract] branch develop updated: FINERACT-821 Added FallThrough Checkstyle

This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 417c9e2  FINERACT-821 Added FallThrough Checkstyle
417c9e2 is described below

commit 417c9e297e453de9a7d570b36fe00f738d5c87a3
Author: Manthan Surkar <ma...@gmail.com>
AuthorDate: Mon Jun 8 02:04:41 2020 +0530

    FINERACT-821 Added FallThrough Checkstyle
---
 fineract-provider/config/checkstyle/checkstyle.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fineract-provider/config/checkstyle/checkstyle.xml b/fineract-provider/config/checkstyle/checkstyle.xml
index b1797d7..256ea1f 100644
--- a/fineract-provider/config/checkstyle/checkstyle.xml
+++ b/fineract-provider/config/checkstyle/checkstyle.xml
@@ -56,7 +56,7 @@
             <property name="ignoreComments" value="false" />
         </module>
         <module name="EqualsHashCode"/>
-
+        <module name="FallThrough"/>
         <module name="RedundantImport"/>
         <module name="UnusedImports"/>
         <module name="AvoidStarImport"/>
@@ -160,7 +160,7 @@
         <module name="MultipleVariableDeclarations"/>
   
         <module name="MissingSwitchDefault"/>
-        <module name="FallThrough"/>
+
       
         <module name="ModifierOrder"/>
         <module name="RedundantModifier"/>