mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-21 01:39:51 +00:00
Enable trips capability for Sweden.
This commit is contained in:
parent
a840a6c9e1
commit
3db5c27153
2 changed files with 11 additions and 9 deletions
|
@ -50,15 +50,6 @@ public class SeProvider extends AbstractHafasProvider
|
|||
return NETWORK_ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean hasCapability(final Capability capability)
|
||||
{
|
||||
if (capability == Capability.TRIPS)
|
||||
return false;
|
||||
else
|
||||
return super.hasCapability(capability);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected char intToProduct(final int value)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue