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-29 15:28:00 +01:00
super(AggregatorPersistenceDst.class);
2024-02-14 17:50:22 +01:00
}
}