mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
fix syntax (#6528)
This commit is contained in:
parent
796d645a3a
commit
6a792ddc6a
|
@ -509,10 +509,10 @@ CLASS zcl_abapgit_serialize IMPLEMENTATION.
|
|||
LOOP AT lt_unsupported_count ASSIGNING <ls_unsupported_count>.
|
||||
IF <ls_unsupported_count>-count = 1.
|
||||
mi_log->add_error( |Object type { <ls_unsupported_count>-obj_type } not supported, | &&
|
||||
|<ls_unsupported_count>-obj_name } ignored| ).
|
||||
|{ <ls_unsupported_count>-obj_name } ignored| ).
|
||||
ELSE.
|
||||
mi_log->add_error( |Object type { <ls_unsupported_count>-obj_type } not supported, | &&
|
||||
|<ls_unsupported_count>-count } objects ignored| ).
|
||||
|{ <ls_unsupported_count>-count } objects ignored| ).
|
||||
ENDIF.
|
||||
ENDLOOP.
|
||||
ENDIF.
|
||||
|
|
Loading…
Reference in New Issue
Block a user