issue #1630, temporary workaround (#1631)

This commit is contained in:
Lars Hvam 2018-07-13 10:06:25 +02:00 committed by GitHub
parent e34d80214e
commit b7ad2b553f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -393,7 +393,7 @@ CLASS ZCL_ABAPGIT_OBJECT_FUGR IMPLEMENTATION.
rv_abap_version = ls_progdir-uccheck.
ELSEIF rv_abap_version NE ls_progdir-uccheck.
*** All includes need to have the same ABAP language version
zcx_abapgit_exception=>raise( 'different ABAP Language Versions' ).
* zcx_abapgit_exception=>raise( 'different ABAP Language Versions' ).
ENDIF.
ENDLOOP.