Skip to content

Commit

Permalink
Move MockGtfs to 'org.opentripplanner.gtfs'.
Browse files Browse the repository at this point in the history
(Refactor OTP to have new OTP classes to replace the OBA GTFS classes opentripplanner#2494)
  • Loading branch information
t2gran committed Oct 30, 2017
1 parent 73f0efe commit c9e2e7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
@@ -1,4 +1,4 @@
package org.onebusaway2.gtfs.services;
package org.opentripplanner.gtfs;

import org.opentripplanner.model.AgencyAndId;
import org.opentripplanner.gtfs.mapping.AgencyAndIdMapper;
Expand Down
Expand Up @@ -25,7 +25,7 @@ the License, or (at your option) any later version.
import org.opentripplanner.model.AgencyAndId;
import org.opentripplanner.model.IdentityBean;
import org.opentripplanner.model.Trip;
import org.onebusaway2.gtfs.services.MockGtfs;
import org.opentripplanner.gtfs.MockGtfs;
import org.opentripplanner.graph_builder.model.GtfsBundle;
import org.opentripplanner.gtfs.BikeAccess;
import org.opentripplanner.routing.edgetype.TripPattern;
Expand Down
Expand Up @@ -17,7 +17,7 @@ the License, or (at your option) any later version.
import java.io.IOException;

import org.junit.Test;
import org.onebusaway2.gtfs.services.MockGtfs;
import org.opentripplanner.gtfs.MockGtfs;
import org.opentripplanner.graph_builder.module.GtfsFeedId;
import org.opentripplanner.gtfs.GtfsLibrary;
import org.opentripplanner.routing.edgetype.TransitBoardAlight;
Expand Down

0 comments on commit c9e2e7b

Please sign in to comment.