fixed bad require

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@244 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-10-06 11:35:18 +00:00
parent 124e1d2186
commit b11faf1cd7

View file

@ -319,7 +319,7 @@ public final class XmlPullUtil
return true;
skipSubTree(pp);
pp.require(XmlPullParser.END_TAG, name, namespace);
pp.require(XmlPullParser.END_TAG, namespace, name);
}
else if (eventType == XmlPullParser.END_TAG)
{