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:
parent
cfc1fb3980
commit
f4392280e3
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue