XSLT, fix syntax error (#4019)

This commit is contained in:
Lars Hvam 2020-10-13 16:06:55 +02:00 committed by GitHub
parent 90b0f9fae5
commit f6ad8c668d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,7 +154,7 @@ CLASS ZCL_ABAPGIT_OBJECT_XSLT IMPLEMENTATION.
generate_error = 1 generate_error = 1
storage_error = 2 storage_error = 2
syntax_errors = 3 syntax_errors = 3
xtc_not_available = 4 * xtc_not_available = 4 downport/upport, does not exist in 751
OTHERS = 5 ). OTHERS = 5 ).
IF sy-subrc <> 0. IF sy-subrc <> 0.
zcx_abapgit_exception=>raise( |Error from XSLT activate, { sy-subrc }| ). zcx_abapgit_exception=>raise( |Error from XSLT activate, { sy-subrc }| ).