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

14 lines
320 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 PostgreSQLConnectorStatusDst extends PostgreSQLConnectorStatus implements AggregatorPersistenceStatusDst {
protected PostgreSQLConnectorStatusDst() throws Exception {
2024-02-14 18:18:05 +01:00
super(AggregatorPersistenceSrc.class);
2024-02-14 17:50:22 +01:00
}
}