Removed empty lines

This commit is contained in:
Luca Frosini 2021-11-22 13:20:00 +01:00
parent 116eac08c5
commit a95b3ddda7
1 changed files with 0 additions and 4 deletions

View File

@ -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<Filter, SortedMap<Calendar, Info>> getSpaceTimeSeries(Set<String> dataTypes) throws Exception;
/**
* getUsageValueQuotaTotal
*
@ -169,7 +166,6 @@ public interface AccountingPersistenceBackendQuery {
public List<UsageValue> getUsageValueQuotaTotal(List<UsageValue> listUsage)
throws Exception;
boolean isConnectionActive() throws Exception;
}