make spEncId optional

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@795 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-09-27 06:27:10 +00:00
parent 6b966aadf2
commit d0ef68a849
23 changed files with 185 additions and 12 deletions

View file

@ -37,7 +37,7 @@ public class VrrProvider extends AbstractEfaProvider
public VrrProvider()
{
super(API_BASE, null, false);
super(API_BASE, null, false, true);
}
public NetworkId id()