mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
#269 lint fixes 2
This commit is contained in:
parent
ca2480b1b2
commit
a48d2c00ff
|
@ -9957,9 +9957,9 @@ CLASS lcl_object_ensc IMPLEMENTATION.
|
|||
name = lv_spot_name ).
|
||||
|
||||
IF li_spot_ref IS BOUND.
|
||||
li_spot_ref->if_enh_object~delete(
|
||||
nevertheless_delete = 'X'
|
||||
run_dark = 'X' ).
|
||||
li_spot_ref->if_enh_object~delete(
|
||||
nevertheless_delete = 'X'
|
||||
run_dark = 'X' ).
|
||||
ENDIF.
|
||||
li_spot_ref->if_enh_object~unlock( ).
|
||||
CATCH cx_enh_root INTO li_cx.
|
||||
|
|
Loading…
Reference in New Issue
Block a user