mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 17:48:49 +00:00
AbstractHafasClientInterfaceProvider: Require API version 1.14 or higher, as older versions are not in use any more.
This commit is contained in:
parent
d92989cbe7
commit
979a5c95a4
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ public abstract class AbstractHafasClientInterfaceProvider extends AbstractHafas
|
|||
}
|
||||
|
||||
protected AbstractHafasClientInterfaceProvider setApiVersion(final String apiVersion) {
|
||||
checkArgument(apiVersion.compareToIgnoreCase("1.11") >= 0, "apiVersion must be 1.11 or higher");
|
||||
checkArgument(apiVersion.compareToIgnoreCase("1.14") >= 0, "apiVersion must be 1.14 or higher");
|
||||
this.apiVersion = apiVersion;
|
||||
return this;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue