From a7b100c366c75fdee354d9e30f3498c00090baf3 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Sun, 8 Oct 2023 09:00:36 +0200 Subject: [PATCH] xml pretty: dont call close() (#6532) --- src/xml/zcl_abapgit_xml_pretty.clas.abap | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xml/zcl_abapgit_xml_pretty.clas.abap b/src/xml/zcl_abapgit_xml_pretty.clas.abap index 3ef3c3724..08e867340 100644 --- a/src/xml/zcl_abapgit_xml_pretty.clas.abap +++ b/src/xml/zcl_abapgit_xml_pretty.clas.abap @@ -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 ).