Skip to content

Commit 8f00ceb

Browse files
committed
Improve documentation.
1 parent 1a04e28 commit 8f00ceb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/src/main/java/org/opentripplanner/standalone/config/sandbox/GtfsApiConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public GtfsApiConfig(String parameterName, NodeAdapter root) {
2323

2424
tracingTags = c
2525
.of("tracingTags")
26-
.summary("Used to group requests when monitoring OTP.")
26+
.summary("Used to group requests based on headers or query parameters when monitoring OTP.")
2727
.asStringList(Set.of());
2828
}
2929

0 commit comments

Comments
 (0)