Skip to content

Commit

Permalink
fix: comment's missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
TsimurSh authored Jul 9, 2024
1 parent b5d87fb commit cc36ca6
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ public List<String> getBlockIds(String serviceId) {
.collect(Collectors.toList());
}

/* (non-Javadoc)
* @see org.transitclock.ipc.interfaces.ConfigInterface#getRoutesByStopId()
*/
@Override
Expand All @@ -390,11 +391,11 @@ public List<IpcRoute> getRoutesByStopId(String stopId) {
.collect(Collectors.toList());
}

/* (non-Javadoc)
* @see org.transitclock.ipc.interfaces.ConfigInterface#getBlockIds()
/* (non-Javadoc)
* @see org.transitclock.ipc.interfaces.ConfigInterface#getServiceIdsWithBlockIds()
*/
@Override
public Map<String, List<String>> getServiceIdsWithBlockIds() {
return dbConfig.getBlockIdsForAllServiceIds();
}
}
}

0 comments on commit cc36ca6

Please sign in to comment.