update comment

This commit is contained in:
Marc Bernard 2025-01-06 16:24:24 +00:00
parent adfd060302
commit 43d216236d

View File

@ -247,7 +247,7 @@ CLASS lcl_bcp47_language_table IMPLEMENTATION.
lv_sap1 = zcl_abapgit_convert=>uccp( im_sap1 ). lv_sap1 = zcl_abapgit_convert=>uccp( im_sap1 ).
CATCH cx_root. CATCH cx_root.
" Language is not supported in this system -> ignore it " Language is not supported in this system -> ignore it
" Should someone try to such language in a repo, it will result in an error (see above) " Should someone try to use the language in a repo, it will result in an error (see above)
RETURN. RETURN.
ENDTRY. ENDTRY.
ELSEIF strlen( im_sap1 ) = 1. ELSEIF strlen( im_sap1 ) = 1.