Removed white spaces

This commit is contained in:
Luca Frosini 2020-04-14 18:05:29 +02:00
parent 4477b0e735
commit bd213405d5
1 changed files with 0 additions and 2 deletions

View File

@ -109,8 +109,6 @@ public class Utility {
boolean elapsed = now.getTime().after(date);
logger.info("{} is {}elapsed.",
AccountingAggregatorPlugin.LOCAL_TIME_DATE_FORMAT.format(date),elapsed? "" : "NOT ");
return elapsed;
}catch (Exception e) {
logger.error("Unable to check if " + date.toString() + " is elapsed", e);