replace commit work with commit work and wait

This commit is contained in:
Christian Guenter 2018-05-22 16:17:34 +00:00
parent 5c7986068a
commit db1f729487

View File

@ -82,7 +82,7 @@ ENDCLASS.
CLASS ZCL_ABAPGIT_SERVICES_GIT IMPLEMENTATION.
CLASS zcl_abapgit_services_git IMPLEMENTATION.
METHOD commit.
@ -351,7 +351,7 @@ CLASS ZCL_ABAPGIT_SERVICES_GIT IMPLEMENTATION.
lo_repo->set_branch_name( ls_branch-name ).
COMMIT WORK.
COMMIT WORK AND WAIT.
zcl_abapgit_services_repo=>gui_deserialize( lo_repo ).