Skip to content

Commit 45193a1

Browse files
Update application/src/main/java/org/opentripplanner/apis/transmodel/TransmodelGraphQLSchema.java
Co-authored-by: Henrik Abrahamsson <[email protected]>
1 parent 36fec83 commit 45193a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/src/main/java/org/opentripplanner/apis/transmodel/TransmodelGraphQLSchema.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ private GraphQLSchema create() {
11851185
GraphQLFieldDefinition.newFieldDefinition()
11861186
.name("serviceJourneys")
11871187
.description(
1188-
"Get all _service journeys_. At least one of the filter arguments must be non-null."
1188+
"Get _service journeys_. At least one of the filter arguments must be non-null."
11891189
)
11901190
.withDirective(TransmodelDirectives.TIMING_DATA)
11911191
.type(new GraphQLNonNull(new GraphQLList(serviceJourneyType)))

0 commit comments

Comments
 (0)