accounting-aggregator-se-pl.../src/main/java/org/gcube/accounting/aggregator/persistence/PostgreSQLConnectorStatusSr...

13 lines
319 B
Java
Raw Normal View History

2024-02-14 17:50:22 +01:00
package org.gcube.accounting.aggregator.persistence;
/**
* @author Luca Frosini (ISTI-CNR)
*/
class PostgreSQLConnectorStatusSrc extends PostgreSQLConnectorStatus implements AggregatorPersistenceStatusSrc {
protected PostgreSQLConnectorStatusSrc() throws Exception {
2024-02-29 15:28:00 +01:00
super(AggregatorPersistenceDst.class);
2024-02-14 17:50:22 +01:00
}
}