Skip to content

Commit

Permalink
dc-interface: restore wrongly deleted method
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Moser committed Apr 14, 2022
1 parent cc7f5f1 commit 4a0c69e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,11 @@ public Object getDateOfLastRecord(String stationCode, String dataType, Integer p
.block();
}

@Override
public void connectToDataCenterCollector() {
// TODO authentification to writer
}

@Override
public List<StationDto> fetchStations(String stationType, String origin) {
LOG.info(
Expand Down

0 comments on commit 4a0c69e

Please sign in to comment.