git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-lib@132051 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
50953662fc
commit
4310511cd9
|
@ -72,7 +72,7 @@ public abstract class AbstractServiceUsageRecord extends BasicUsageRecord {
|
||||||
throws Exception {
|
throws Exception {
|
||||||
SortedSet<String> properties = super.getQuerableKeys();
|
SortedSet<String> properties = super.getQuerableKeys();
|
||||||
|
|
||||||
properties.remove(CALLERQUALIFIER);
|
//properties.remove(CALLERQUALIFIER);
|
||||||
|
|
||||||
|
|
||||||
return properties;
|
return properties;
|
||||||
|
|
Loading…
Reference in New Issue