git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-lib@132052 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
4310511cd9
commit
e4106b214c
|
@ -66,7 +66,7 @@ public abstract class AbstractServiceUsageRecord extends BasicUsageRecord {
|
|||
*/
|
||||
@RequiredField @NotEmpty
|
||||
public static final String CALLERQUALIFIER = "callerQualifier";
|
||||
/**MODIFICA EFFETTUATA***/
|
||||
/*for remove querable key
|
||||
@Override
|
||||
public SortedSet<String> getQuerableKeys()
|
||||
throws Exception {
|
||||
|
@ -77,7 +77,7 @@ public abstract class AbstractServiceUsageRecord extends BasicUsageRecord {
|
|||
|
||||
return properties;
|
||||
}
|
||||
|
||||
***/
|
||||
|
||||
public AbstractServiceUsageRecord(){
|
||||
super();
|
||||
|
|
Loading…
Reference in New Issue