finalStringmailSubject=environment.getProperty("email.leave.notification.subject").concat("for the day::").concat(MyTeamDateUtils.parseDateForMailSubject());
Employeeemployee;
StringempSubStatus;
try{
...
...
@@ -111,24 +110,29 @@ public class LeaveNotificationScheduler {