refs #200: Create accouting-lib library

https://support.d4science.org/issues/200
Reorganizing packages

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-lib@115740 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2015-07-01 09:03:49 +00:00
parent 5de687d983
commit 7711cebb55
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/**
*
*/
package org.gcube.accounting.datamodel.aggreagtion.aggregationstrategy;
package org.gcube.accounting.aggregation.aggregationstrategy;
import org.gcube.accounting.aggregation.aggregationstrategy.ServiceUsageRecordAggregationStrategy;
import org.gcube.accounting.datamodel.TestUsageRecord;

View File

@ -1,7 +1,7 @@
/**
*
*/
package org.gcube.accounting.datamodel.aggreagtion.aggregationstrategy;
package org.gcube.accounting.aggregation.aggregationstrategy;
import org.gcube.accounting.aggregation.aggregationstrategy.StorageUsageRecordAggregationStrategy;
import org.gcube.accounting.datamodel.TestUsageRecord;