mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 08:10:46 +00:00
AbstractNetworkProvider: Add getter for time zone.
This commit is contained in:
parent
16d39221ba
commit
09b6a1d191
1 changed files with 4 additions and 0 deletions
|
@ -98,6 +98,10 @@ public abstract class AbstractNetworkProvider implements NetworkProvider {
|
|||
return this;
|
||||
}
|
||||
|
||||
public TimeZone getTimeZone() {
|
||||
return this.timeZone;
|
||||
}
|
||||
|
||||
protected AbstractNetworkProvider setNumTripsRequested(final int numTripsRequested) {
|
||||
this.numTripsRequested = numTripsRequested;
|
||||
return this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue