mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
update comment
This commit is contained in:
parent
adfd060302
commit
43d216236d
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user