mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Implemented suggestions from Lars
Suggestions mentioned by Lars in PR have been implemented.
This commit is contained in:
parent
6e13d92a7a
commit
910dc686b4
|
@ -305,9 +305,8 @@ CLASS lcl_object_samc IMPLEMENTATION.
|
|||
object_key = ms_item-obj_name.
|
||||
objtype = ms_item-obj_type.
|
||||
|
||||
IF mo_persistence IS NOT BOUND.
|
||||
|
||||
get_persistence( ).
|
||||
ENDIF.
|
||||
|
||||
mo_persistence->lock(
|
||||
EXPORTING
|
||||
|
@ -348,9 +347,7 @@ CLASS lcl_object_samc IMPLEMENTATION.
|
|||
object_key = ms_item-obj_name.
|
||||
|
||||
TRY.
|
||||
IF mo_persistence IS NOT BOUND.
|
||||
get_persistence( ).
|
||||
ENDIF.
|
||||
|
||||
mo_persistence->get(
|
||||
EXPORTING
|
||||
|
|
|
@ -305,9 +305,7 @@ CLASS lcl_object_sapc IMPLEMENTATION.
|
|||
object_key = ms_item-obj_name.
|
||||
objtype = ms_item-obj_type.
|
||||
|
||||
IF mo_persistence IS NOT BOUND.
|
||||
get_persistence( ).
|
||||
ENDIF.
|
||||
|
||||
mo_persistence->lock(
|
||||
EXPORTING
|
||||
|
@ -348,9 +346,7 @@ CLASS lcl_object_sapc IMPLEMENTATION.
|
|||
object_key = ms_item-obj_name.
|
||||
|
||||
TRY.
|
||||
IF mo_persistence IS NOT BOUND.
|
||||
get_persistence( ).
|
||||
ENDIF.
|
||||
|
||||
mo_persistence->get(
|
||||
EXPORTING
|
||||
|
|
Loading…
Reference in New Issue
Block a user