mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-21 01:39:51 +00:00
Change return type of NetworkProvider.defaultProducts() from Collection to Set.
This commit is contained in:
parent
8df79805d0
commit
5efdafc05e
17 changed files with 33 additions and 41 deletions
|
@ -17,7 +17,6 @@
|
|||
|
||||
package de.schildbach.pte;
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
import java.util.regex.Matcher;
|
||||
|
@ -174,7 +173,7 @@ public class VbbProvider extends AbstractHafasProvider
|
|||
}
|
||||
|
||||
@Override
|
||||
public Collection<Product> defaultProducts()
|
||||
public Set<Product> defaultProducts()
|
||||
{
|
||||
return ALL_EXCEPT_HIGHSPEED_AND_ONDEMAND;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue