awasum commented on a change in pull request #755: FINERACT-826 Remove unused
getTimeZone
URL: https://github.com/apache/fineract/pull/755#discussion_r407221444
##########
File path:
fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/service/DateUtils.java
##########
@@ -41,7 +41,7 @@ public static DateTimeZone getDateTimeZoneOfTenant() {
DateTimeZone zone = null;
if (tenant != null) {
zone = DateTimeZone.forID(tenant.getTimezoneId());
- TimeZone.getTimeZone(tenant.getTimezoneId());
+// TimeZone.getTimeZone(tenant.getTimezoneId());
Review comment:
Just completely remove the line...Dont comment it out.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services