Skip to content

Commit 6085219

Browse files
Remove more references
1 parent 36e529e commit 6085219

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

application/src/main/java/org/opentripplanner/api/resource/TransitTimingOutput.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package org.opentripplanner.api.resource;
22

33
/**
4-
* Holds information to be included in the REST Response for debugging and profiling purposes of a
4+
* Holds information to be included in the response for debugging and profiling purposes of a
55
* single transit routing search.
66
*/
77
public class TransitTimingOutput {

raptor/src/main/java/org/opentripplanner/raptor/rangeraptor/SystemErrDebugLogger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
/**
3131
* A debug logger which can be plugged into Raptor to do debug logging to standard error. This is
32-
* used by the REST API, SpeedTest and in module tests.
32+
* used by the SpeedTest and in module tests.
3333
* <p>
3434
* See the Raptor design doc for a general description of the logging functionality.
3535
*/

0 commit comments

Comments
 (0)