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-04 13:55:02 +01:00 committed by GitHub
parent 09aedd8307
commit e3b7de3fb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -222,13 +222,6 @@ CLASS ZCL_ABAPGIT_OBJECT_HTTP IMPLEMENTATION.
METHOD zif_abapgit_object~jump.
* TRY.
* jump_adt( iv_obj_name = ms_item-obj_name
* iv_obj_type = ms_item-obj_type ).
*
* CATCH cx_abapgit_exception.
* cx_abapgit_exception=>raise( 'SIA1 Jump Error' ). "#EC NOTEXT
* ENDTRY.
ENDMETHOD.