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" ) ) {
|
||||
nextTag ( );
|
||||
require ( XMLStreamConstants.START_ELEMENT , null , "value" );
|
||||
nextTag ( ); // Something to be deserialized!
|
||||
|
||||
|
||||
Object value = deserializeValue ( );
|
||||
|
|
Loading…
Reference in a new issue