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-14 18:18:05 +01:00
super(AggregatorPersistenceSrc.class);
2024-02-14 17:50:22 +01:00
}
}