This commit is contained in:
Alessandro Pieve 2016-09-29 11:44:25 +00:00
parent 50953662fc
commit 4310511cd9
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public abstract class AbstractServiceUsageRecord extends BasicUsageRecord {
throws Exception {
SortedSet<String> properties = super.getQuerableKeys();
properties.remove(CALLERQUALIFIER);
//properties.remove(CALLERQUALIFIER);
return properties;