Adds a termination to the struct.
This commit is contained in:
parent
9978dd6a3f
commit
085c04716d
1 changed files with 3 additions and 0 deletions
|
@ -187,6 +187,9 @@ public class XmlRpcStreamReader {
|
|||
Object value = deserializeValue ( );
|
||||
struct.put ( name , value );
|
||||
}
|
||||
} else if(CURRENT_TAG_NAME.equals ( "struct" ) && xmlStreamReader.getEventType () == XMLStreamConstants.END_ELEMENT)
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
return struct;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue