Skip to content

Commit

Permalink
Revert "docs generation"
Browse files Browse the repository at this point in the history
This reverts commit 89e82e9.
  • Loading branch information
sharhio committed Mar 21, 2024
1 parent 5132bf2 commit a408f01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
package org.opentripplanner.apis.gtfs.generated;

import graphql.relay.Connection;
import graphql.relay.Connection;
import graphql.relay.Edge;
import graphql.relay.Edge;
import graphql.schema.DataFetcher;
import graphql.schema.TypeResolver;
Expand All @@ -23,12 +21,8 @@
import org.opentripplanner.apis.gtfs.generated.GraphQLTypes.GraphQLRoutingErrorCode;
import org.opentripplanner.apis.gtfs.generated.GraphQLTypes.GraphQLTransitMode;
import org.opentripplanner.apis.gtfs.model.RideHailingProvider;
import org.opentripplanner.apis.gtfs.model.RouteTypeModel;
import org.opentripplanner.apis.gtfs.model.StopOnRouteModel;
import org.opentripplanner.apis.gtfs.model.StopOnTripModel;
import org.opentripplanner.apis.gtfs.model.StopPosition;
import org.opentripplanner.apis.gtfs.model.TripOccupancy;
import org.opentripplanner.apis.gtfs.model.UnknownModel;
import org.opentripplanner.ext.fares.model.FareRuleSet;
import org.opentripplanner.ext.ridehailing.model.RideEstimate;
import org.opentripplanner.model.StopTimesInPattern;
Expand All @@ -50,8 +44,6 @@
import org.opentripplanner.routing.graphfinder.PatternAtStop;
import org.opentripplanner.routing.graphfinder.PlaceAtDistance;
import org.opentripplanner.routing.vehicle_parking.VehicleParking;
import org.opentripplanner.routing.vehicle_parking.VehicleParking;
import org.opentripplanner.routing.vehicle_parking.VehicleParking;
import org.opentripplanner.routing.vehicle_parking.VehicleParkingSpaces;
import org.opentripplanner.routing.vehicle_parking.VehicleParkingState;
import org.opentripplanner.service.realtimevehicles.model.RealtimeVehicle;
Expand All @@ -62,7 +54,6 @@
import org.opentripplanner.service.vehiclerental.model.VehicleRentalPlace;
import org.opentripplanner.service.vehiclerental.model.VehicleRentalStation;
import org.opentripplanner.service.vehiclerental.model.VehicleRentalStationUris;
import org.opentripplanner.service.vehiclerental.model.VehicleRentalStationUris;
import org.opentripplanner.service.vehiclerental.model.VehicleRentalVehicle;
import org.opentripplanner.transit.model.basic.Money;
import org.opentripplanner.transit.model.network.Route;
Expand Down Expand Up @@ -1244,10 +1235,6 @@ public interface GraphQLElevationProfileComponent {
public DataFetcher<Double> elevation();
}

/**
* This type is only here for backwards-compatibility and this API will never return it anymore.
* Please use the leg's `fareProducts` instead.
*/
public interface GraphQLFare {
public DataFetcher<Integer> cents();

Expand All @@ -1258,10 +1245,7 @@ public interface GraphQLFare {
public DataFetcher<String> type();
}

/**
* This type is only here for backwards-compatibility and this API will never return it anymore.
* Please use the leg's `fareProducts` instead.
*/
/** Component of the fare (i.e. ticket) for a part of the itinerary */
public interface GraphQLFareComponent {
public DataFetcher<Integer> cents();

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
package org.opentripplanner.apis.gtfs.generated;

import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
Expand Down

0 comments on commit a408f01

Please sign in to comment.