Skip to content

Commit

Permalink
refactor(st interpolation): updating method description
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-cline committed Nov 21, 2023
1 parent 5fd655d commit a331d74
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/com/conveyal/gtfs/loader/JdbcTableWriter.java
Original file line number Diff line number Diff line change
Expand Up @@ -757,11 +757,6 @@ private int updateStopTimesForPatternStop(ObjectNode patternStop, int previousTr
* Updates the non-timepoint stop times between two timepoints using the speed implied by
* the travel time between them. Ignores any existing default_travel_time or default_dwell_time
* entered for the non-timepoint stops.
* @param patternStop
* @param timepoints
* @param timepointNumber
* @param previousShapeDistTraveled
* @return
*/
private int interpolateTimesFromTimepoints(
PatternStop patternStop,
Expand Down

0 comments on commit a331d74

Please sign in to comment.