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/18 07:31:47 UTC

[fineract] branch develop updated: FINERACT-821 Added NoFinalizer 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 e269c3e  FINERACT-821 Added NoFinalizer checkstyle
e269c3e is described below

commit e269c3e91e32b86b8ebe8c8166c0321ef21bb764
Author: thesmallstar <ma...@gmail.com>
AuthorDate: Thu Jun 18 02:57:33 2020 +0530

    FINERACT-821 Added NoFinalizer checkstyle
---
 fineract-provider/config/checkstyle/checkstyle.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/fineract-provider/config/checkstyle/checkstyle.xml b/fineract-provider/config/checkstyle/checkstyle.xml
index 3519ad4..c2ac526 100644
--- a/fineract-provider/config/checkstyle/checkstyle.xml
+++ b/fineract-provider/config/checkstyle/checkstyle.xml
@@ -62,6 +62,7 @@
             <property name="tokens" value="COMMA"/>
             <property name="option" value="EOL"/>
         </module>
+        <module name="NoFinalizer"/>
         <module name="FallThrough"/>
         <module name="IllegalThrows" />
         <module name="RedundantImport"/>
@@ -230,7 +231,7 @@
         </module>
 
         <module name="ConstantName" />
-        <module name="NoFinalizer"/>
+
 
         <module name="AbbreviationAsWordInName">
             <property name="ignoreFinal" value="false"/>