mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 09:00:36 +00:00
Fix capabilities of Hannover & Lower Saxony.
This commit is contained in:
parent
4d46299fb1
commit
ebc992eb17
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public class GvhProvider extends AbstractEfaProvider
|
||||||
@Override
|
@Override
|
||||||
protected boolean hasCapability(final Capability capability)
|
protected boolean hasCapability(final Capability capability)
|
||||||
{
|
{
|
||||||
if (capability == Capability.SUGGEST_LOCATIONS || capability == Capability.TRIPS)
|
if (capability == Capability.SUGGEST_LOCATIONS)
|
||||||
return false;
|
return false;
|
||||||
else
|
else
|
||||||
return super.hasCapability(capability);
|
return super.hasCapability(capability);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue