From a95b3ddda70d895f05a450d25e6c53725cafd008 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 22 Nov 2021 13:20:00 +0100 Subject: [PATCH] Removed empty lines --- .../persistence/AccountingPersistenceBackendQuery.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/java/org/gcube/accounting/analytics/persistence/AccountingPersistenceBackendQuery.java b/src/main/java/org/gcube/accounting/analytics/persistence/AccountingPersistenceBackendQuery.java index 47d1e8d..c732087 100644 --- a/src/main/java/org/gcube/accounting/analytics/persistence/AccountingPersistenceBackendQuery.java +++ b/src/main/java/org/gcube/accounting/analytics/persistence/AccountingPersistenceBackendQuery.java @@ -52,7 +52,6 @@ public interface AccountingPersistenceBackendQuery { */ public void setTemporalConstraint(TemporalConstraint temporalConstraint); - /** * @param contexts the list of context to use as filter * @@ -118,10 +117,8 @@ public interface AccountingPersistenceBackendQuery { public Record getRecord(String recordId, String type) throws Exception; - public SortedMap> getSpaceTimeSeries(Set dataTypes) throws Exception; - /** * getUsageValueQuotaTotal * @@ -169,7 +166,6 @@ public interface AccountingPersistenceBackendQuery { public List getUsageValueQuotaTotal(List listUsage) throws Exception; - boolean isConnectionActive() throws Exception; } \ No newline at end of file