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:
Luca Frosini 2017-09-19 14:41:12 +00:00
parent d4418c58a5
commit 5c90b8b5b4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ package org.gcube.accounting.aggregator.aggregation;
public enum DesignID {
accounting_storage("StorageUsageRecordAggregated","all"),
StorageUsageRecord("StorageUsageRecord","all"),
StorageUsageRecord("StorageUsageRecordAggregated","all"),
accounting_service("ServiceUsageRecordAggregated","all"),
ServiceUsageRecord("ServiceUsageRecordAggregated","all"),
accounting_portlet("PortletUsageRecordAggregated","all"),