Skip to content

Commit

Permalink
Fix spelling of 'Lite'
Browse files Browse the repository at this point in the history
Co-authored-by: Henrik Abrahamsson <[email protected]>
  • Loading branch information
1 parent ee0e79d commit be21d1a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
import uk.org.siri.siri20.Siri;

/**
* SIRI Light downloads periodically all messages as a single GET request.
* SIRI Lite downloads periodically all messages as a single GET request.
*/
public class SiriETLiteHttpTripUpdateSource implements EstimatedTimetableSource {

private static final Logger LOG = LoggerFactory.getLogger(SiriETLiteHttpTripUpdateSource.class);
/**
* The framework code requires a requestor ref but in SIRI Light this is not used.
* The framework code requires a requestor ref but in SIRI Lite this is not used.
*/
private static final String DUMMY_REQUESTOR_REF = "OpenTripPlanner";

Expand Down

0 comments on commit be21d1a

Please sign in to comment.