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:
andreas.schildbach@gmail.com 2011-06-06 19:43:11 +00:00
parent 18b740bda7
commit aa70c2b4fb

View file

@ -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();