Fix a error in stream reader
This commit is contained in:
parent
c5e6abd684
commit
31fe49b24d
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ public class XmlRpcStreamReader {
|
||||||
if ( elementName.equals ( "param" ) ) {
|
if ( elementName.equals ( "param" ) ) {
|
||||||
nextTag ( );
|
nextTag ( );
|
||||||
require ( XMLStreamConstants.START_ELEMENT , null , "value" );
|
require ( XMLStreamConstants.START_ELEMENT , null , "value" );
|
||||||
nextTag ( ); // Something to be deserialized!
|
|
||||||
|
|
||||||
|
|
||||||
Object value = deserializeValue ( );
|
Object value = deserializeValue ( );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue