From d574715763d30bacf2ba165616e2c6c685f2c1c4 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 2 Nov 2021 14:50:43 +0100 Subject: [PATCH] Added missing import --- .../org/gcube/accounting/aggregator/elaboration/Elaborator.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/gcube/accounting/aggregator/elaboration/Elaborator.java b/src/main/java/org/gcube/accounting/aggregator/elaboration/Elaborator.java index 9e2b04a..58992b4 100644 --- a/src/main/java/org/gcube/accounting/aggregator/elaboration/Elaborator.java +++ b/src/main/java/org/gcube/accounting/aggregator/elaboration/Elaborator.java @@ -12,6 +12,7 @@ import org.gcube.accounting.aggregator.directory.FileSystemDirectoryStructure; import org.gcube.accounting.aggregator.persist.Persist; import org.gcube.accounting.aggregator.persistence.CouchBaseConnector; import org.gcube.accounting.aggregator.persistence.CouchBaseConnector.SUFFIX; +import org.gcube.accounting.aggregator.plugin.AccountingAggregatorPlugin; import org.gcube.accounting.aggregator.status.AggregationState; import org.gcube.accounting.aggregator.status.AggregationStatus; import org.gcube.accounting.aggregator.utility.Constant;