Skip to content

Commit

Permalink
refactor: adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed May 19, 2020
1 parent c42684a commit dec1b66
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ public class FeedSource extends Model implements Cloneable {
* zero-based and incrementing. This can muck with GTFS files that are linked to GTFS-rt feeds by stop_sequence, so
* this override flag currently provides a workaround for feeds that need to be edited but do not need to edit
* stop_times or individual patterns. WARNING: enabling this flag for a feed and then attempting to edit patterns in
* complicated ways (e.g., modifying the order of pattern stops) could have unexpected consequences.
* complicated ways (e.g., modifying the order of pattern stops) could have unexpected consequences. There is no UI
* setting for this and it is not recommended to do this unless absolutely necessary.
*/
public boolean preserveStopTimesSequence;

Expand Down

0 comments on commit dec1b66

Please sign in to comment.