Switched to validators added to document-store library

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-lib@122003 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2015-12-21 11:00:46 +00:00
parent 345c850de8
commit c6e66a11c3
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public abstract class BasicUsageRecord extends AbstractRecord implements UsageRe
}
public BasicUsageRecord(Map<String, Comparable<? extends Serializable>> properties) throws InvalidValueException {
super();
super(properties);
}
/**