Remove reference to helper (#3981)

This commit is contained in:
Marc Bernard 2020-10-05 11:34:57 -04:00 committed by GitHub
parent bdfa168ba2
commit 19916a5909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,13 +198,6 @@ CLASS ZCX_ABAPGIT_EXCEPTION IMPLEMENTATION.
METHOD if_message~get_longtext.
" You should remember that we have to call ZCL_ABAPGIT_MESSAGE_HELPER
" dynamically, because the compiled abapGit report puts the definition
" of the exception classes on the top and therefore ZCL_ABAPGIT_MESSAGE_HELPER
" isn't statically known
DATA: lo_message_helper TYPE REF TO object.
result = super->get_longtext( ).
IF if_t100_message~t100key IS NOT INITIAL.