Closed kurtraschke closed 4 years ago
Each extension module has its own registerAllExtensions() method, so we can simplify GtfsRealtimeExtensions.registerExtensions() by leveraging those methods.
registerAllExtensions()
GtfsRealtimeExtensions.registerExtensions()
Each extension module has its own
registerAllExtensions()
method, so we can simplifyGtfsRealtimeExtensions.registerExtensions()
by leveraging those methods.