diff --git a/src/background/zcl_abapgit_background.clas.abap b/src/background/zcl_abapgit_background.clas.abap index d04923e1e..899be5243 100644 --- a/src/background/zcl_abapgit_background.clas.abap +++ b/src/background/zcl_abapgit_background.clas.abap @@ -176,9 +176,9 @@ CLASS zcl_abapgit_background IMPLEMENTATION. CREATE OBJECT li_background TYPE (-method). li_background->run( - ii_repo_online = li_repo_online - ii_log = li_log - it_settings = -settings ). + ii_repo_online = li_repo_online + ii_log = li_log + it_settings = -settings ). CATCH cx_sy_create_object_error. li_log->add_warning( |{ -method } could not be executed,| & | as it is not accessible (local/global class).| ).