mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
xml pretty: dont call close() (#6532)
This commit is contained in:
parent
97cdd3afa8
commit
a7b100c366
|
@ -55,7 +55,6 @@ CLASS ZCL_ABAPGIT_XML_PRETTY IMPLEMENTATION.
|
|||
zcx_abapgit_exception=>raise( 'error parsing xml' ).
|
||||
ENDIF.
|
||||
ENDIF.
|
||||
li_istream->close( ).
|
||||
|
||||
|
||||
li_ostream = li_stream_factory->create_ostream_xstring( lv_xstring ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user