You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ju...@apache.org on 2019/10/09 07:39:37 UTC

[fineract-cn-cheques] 23/41: Removed unused year and name variables

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

juhan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-cheques.git

commit dd42981a86c370606caedd7d664de1616d98dcfc
Author: Isaac Kamga <u2...@gmail.com>
AuthorDate: Mon Mar 5 21:15:16 2018 +0100

    Removed unused year and name variables
---
 shared.gradle | 2 --
 1 file changed, 2 deletions(-)

diff --git a/shared.gradle b/shared.gradle
index 5f94e92..e63cc75 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -69,6 +69,4 @@ license {
         yml = 'SCRIPT_STYLE'
         yaml = 'SCRIPT_STYLE'
     }
-    ext.year = Calendar.getInstance().get(Calendar.YEAR)
-    ext.company = 'The Apache Software Foundation'
 }