Update src/objects/zcl_abapgit_object_http.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
ThomasPloski 2024-12-05 08:39:16 +01:00 committed by GitHub
parent abd6f0e979
commit 0653c5d8eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -261,8 +261,7 @@ CLASS ZCL_ABAPGIT_OBJECT_HTTP IMPLEMENTATION.
io_xml->add(
iv_name = 'HTTPHDL'
ig_data = lt_handler
).
ig_data = lt_handler ).
CATCH cx_root INTO lx.
lv_text = lx->get_text( ).
"ii_log->add_error( iv_msg = lv_text is_item = ms_item ). " Exception