fixed parsing error

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@755 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-08-24 09:46:51 +00:00
parent 8c7e40b7da
commit 1f1debc0d0

View file

@ -1097,6 +1097,9 @@ public abstract class AbstractEfaProvider implements NetworkProvider
if (XmlPullUtil.test(pp, "itdDateTime"))
XmlPullUtil.next(pp);
if (XmlPullUtil.test(pp, "itdDMDateTime"))
XmlPullUtil.next(pp);
if (XmlPullUtil.test(pp, "itdDateRange"))
XmlPullUtil.next(pp);