Fixed Enum
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-aggregator-se-plugin@153262 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
d4418c58a5
commit
5c90b8b5b4
|
@ -7,7 +7,7 @@ package org.gcube.accounting.aggregator.aggregation;
|
||||||
public enum DesignID {
|
public enum DesignID {
|
||||||
|
|
||||||
accounting_storage("StorageUsageRecordAggregated","all"),
|
accounting_storage("StorageUsageRecordAggregated","all"),
|
||||||
StorageUsageRecord("StorageUsageRecord","all"),
|
StorageUsageRecord("StorageUsageRecordAggregated","all"),
|
||||||
accounting_service("ServiceUsageRecordAggregated","all"),
|
accounting_service("ServiceUsageRecordAggregated","all"),
|
||||||
ServiceUsageRecord("ServiceUsageRecordAggregated","all"),
|
ServiceUsageRecord("ServiceUsageRecordAggregated","all"),
|
||||||
accounting_portlet("PortletUsageRecordAggregated","all"),
|
accounting_portlet("PortletUsageRecordAggregated","all"),
|
||||||
|
|
Loading…
Reference in New Issue