fixed code

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-aggregator-se-plugin@154427 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-09-22 13:16:04 +00:00
parent cfc1fb3980
commit f4392280e3
1 changed files with 3 additions and 2 deletions

View File

@ -120,9 +120,10 @@ public class Elaborator {
DSMapper.getObjectMapper().writeValueAsString(aggregationStatus),
Constant.UNIT_TO_SUBSTRACT_TO_CONSIDER_UNTERMINATED, Constant.CALENDAR_FIELD_TO_SUBSTRACT_TO_CONSIDER_UNTERMINATED==Calendar.HOUR_OF_DAY? "hours" : "unit");
return;
}else {
aggregationStatus.updateLastUpdateTime(true);
}
aggregationStatus.updateLastUpdateTime(true);
}
String recordType = aggregationInfo.getRecordType();