Skip to content

Commit c4787c9

Browse files
Add comment about the Siri name
1 parent ec85592 commit c4787c9

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

application/src/main/java/org/opentripplanner/updater/trip/gtfs/GtfsRealTimeTripUpdateAdapter.java

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,14 @@ public class GtfsRealTimeTripUpdateAdapter {
7575

7676
private static final Logger LOG = LoggerFactory.getLogger(GtfsRealTimeTripUpdateAdapter.class);
7777

78-
/** A synchronized cache of trip patterns added to the graph due to GTFS-realtime messages. */
78+
/**
79+
* A synchronized cache of trip patterns added to the timetable repository
80+
* due to GTFS-realtime messages.
81+
* <p>
82+
* This has "Siri" in the name because we are combining the two versions very carefully, step by
83+
* step. Once this process is complete, we will clean up the name and move it to an appropriate
84+
* package.
85+
**/
7986
private final SiriTripPatternCache tripPatternCache;
8087

8188
private final ZoneId timeZone;

0 commit comments

Comments
 (0)