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:40:12 UTC

[fineract-cn-group] 10/50: 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-group.git

commit cc472fc6fbe93d9862aaf4ee987f7bee773bc31d
Author: Isaac Kamga <u2...@gmail.com>
AuthorDate: Mon Mar 5 21:19: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 967c06f..06e2e4b 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -65,6 +65,4 @@ license {
         yaml = 'SCRIPT_STYLE'
         uxf = 'XML_STYLE'
     }
-    ext.year = Calendar.getInstance().get(Calendar.YEAR)
-    ext.name = 'The Apache Software Foundation'
 }