This commit is contained in:
Marc Bernard 2024-11-27 22:08:38 -05:00 committed by GitHub
parent 0654fed8d6
commit 730917a5f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,7 +85,7 @@ CLASS zcl_abapgit_object_msag IMPLEMENTATION.
user_break = 7
OTHERS = 8.
IF sy-subrc <> 0.
zcx_abapgit_exception=>raise( 'Error deleting messages' ).
zcx_abapgit_exception=>raise( 'Error deleting longtext for message' ).
ENDIF.
ENDMETHOD.