mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
fixed nonsense cookie
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@675 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
18b740bda7
commit
aa70c2b4fb
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
|
||||
try
|
||||
{
|
||||
is = ParserUtils.scrapeInputStream(apiUri, wrap(request), "bla", 3);
|
||||
is = ParserUtils.scrapeInputStream(apiUri, wrap(request), null, 3);
|
||||
|
||||
final XmlPullParserFactory factory = XmlPullParserFactory.newInstance(System.getProperty(XmlPullParserFactory.PROPERTY_NAME), null);
|
||||
final XmlPullParser pp = factory.newPullParser();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue