Skip to content

Commit

Permalink
Commenting out rule for supporting the transition from summer time to…
Browse files Browse the repository at this point in the history
… winter time
  • Loading branch information
mansoor-sajjad committed Oct 10, 2024
1 parent be4d1d5 commit 82befd4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@ private void check3VehicleJourney2(Context context, VehicleJourney vj, Validatio
DataLocation target2 = buildLocation(context, vjas1.getStopPoint().getScheduledStopPoint().getContainedInStopAreaRef().getObject());

ValidationReporter reporter = ValidationReporter.Factory.getInstance();
reporter.addCheckPointReportError(context, VEHICLE_JOURNEY_2_1, null, source, null, null, target1, target2);
// TODO: Commenting out rule for supporting the transition from summer time to winter time
// reporter.addCheckPointReportError(context, VEHICLE_JOURNEY_2_1, null, source, null, null, target1, target2);
} else {

double distance = getDistance(vjas0.getStopPoint().getScheduledStopPoint().getContainedInStopAreaRef().getObject(), vjas1.getStopPoint().getScheduledStopPoint()
Expand Down

0 comments on commit 82befd4

Please sign in to comment.