commit work to release locks

This commit is contained in:
larshp 2016-07-14 07:43:13 +00:00
parent f7407fa2ce
commit 7dab60b3a6
2 changed files with 4 additions and 0 deletions

View File

@ -1000,6 +1000,8 @@ CLASS lcl_persistence_user IMPLEMENTATION.
ls_user-repo_show = iv_key. ls_user-repo_show = iv_key.
update( ls_user ). update( ls_user ).
COMMIT WORK.
ENDMETHOD. ENDMETHOD.
METHOD get_repo_show. METHOD get_repo_show.

View File

@ -249,6 +249,8 @@ CLASS lcl_repo IMPLEMENTATION.
ms_data-branch_name = iv_branch_name. ms_data-branch_name = iv_branch_name.
ENDIF. ENDIF.
COMMIT WORK.
ENDMETHOD. "set_sha1 ENDMETHOD. "set_sha1
METHOD build_local_checksums. METHOD build_local_checksums.