mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
#238, lint fix
This commit is contained in:
parent
996a4fcd18
commit
95c038009b
|
@ -20832,7 +20832,8 @@ CLASS lcl_background IMPLEMENTATION.
|
|||
|
||||
DATA: lo_per TYPE REF TO lcl_persistence_background,
|
||||
lo_repo TYPE REF TO lcl_repo_online,
|
||||
lt_list TYPE lcl_persistence_background=>tt_background.
|
||||
lt_list TYPE lcl_persistence_background=>tt_background,
|
||||
lv_repo_name TYPE string.
|
||||
|
||||
FIELD-SYMBOLS: <ls_list> LIKE LINE OF lt_list.
|
||||
|
||||
|
@ -20844,7 +20845,6 @@ CLASS lcl_background IMPLEMENTATION.
|
|||
|
||||
LOOP AT lt_list ASSIGNING <ls_list>.
|
||||
lo_repo ?= lcl_repo_srv=>get( <ls_list>-key ).
|
||||
DATA lv_repo_name TYPE string.
|
||||
lv_repo_name = lo_repo->get_name( ).
|
||||
WRITE: / <ls_list>-method, lv_repo_name.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user