You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by aw...@apache.org on 2019/09/02 20:44:13 UTC

[fineract-cn-reporting] 28/47: Removed unused year and name variables

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

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

commit 35817cdb5f93cebb74562f6c28fddcb5dc849972
Author: Isaac Kamga <u2...@gmail.com>
AuthorDate: Mon Mar 5 21:21:29 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 d189c84..3b93291 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -64,6 +64,4 @@ license {
         yml = 'SCRIPT_STYLE'
         yaml = 'SCRIPT_STYLE'
     }
-    ext.year = Calendar.getInstance().get(Calendar.YEAR)
-    ext.name = 'The Apache Software Foundation'
 }