mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
cleanup
This commit is contained in:
parent
3e21d47bf4
commit
5e1cf88662
|
@ -176,9 +176,9 @@ CLASS zcl_abapgit_background IMPLEMENTATION.
|
||||||
CREATE OBJECT li_background TYPE (<ls_list>-method).
|
CREATE OBJECT li_background TYPE (<ls_list>-method).
|
||||||
|
|
||||||
li_background->run(
|
li_background->run(
|
||||||
ii_repo_online = li_repo_online
|
ii_repo_online = li_repo_online
|
||||||
ii_log = li_log
|
ii_log = li_log
|
||||||
it_settings = <ls_list>-settings ).
|
it_settings = <ls_list>-settings ).
|
||||||
CATCH cx_sy_create_object_error.
|
CATCH cx_sy_create_object_error.
|
||||||
li_log->add_warning( |{ <ls_list>-method } could not be executed,|
|
li_log->add_warning( |{ <ls_list>-method } could not be executed,|
|
||||||
& | as it is not accessible (local/global class).| ).
|
& | as it is not accessible (local/global class).| ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user