mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 16:40:30 +00:00
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:
parent
124e1d2186
commit
b11faf1cd7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue