From db1f729487122d20142ff682aa15eefb94d7de98 Mon Sep 17 00:00:00 2001 From: Christian Guenter Date: Tue, 22 May 2018 16:17:34 +0000 Subject: [PATCH] replace commit work with commit work and wait --- src/ui/zcl_abapgit_services_git.clas.abap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/zcl_abapgit_services_git.clas.abap b/src/ui/zcl_abapgit_services_git.clas.abap index 9ad6bd5dd..7e263cc7e 100644 --- a/src/ui/zcl_abapgit_services_git.clas.abap +++ b/src/ui/zcl_abapgit_services_git.clas.abap @@ -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 ).