mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
fix comment #773
This commit is contained in:
parent
72ca9582e8
commit
83f0711a0c
|
@ -426,10 +426,10 @@ ENDCLASS. "lcl_user DEFINITION
|
|||
*----------------------------------------------------------------------*
|
||||
CLASS lcl_user IMPLEMENTATION.
|
||||
|
||||
* this class is obsolete, use LCL_PERSISTENCE_USER instead
|
||||
|
||||
METHOD read.
|
||||
|
||||
* this class is obsolete, use LCL_PERSISTENCE_USER instead
|
||||
|
||||
DATA: lt_lines TYPE TABLE OF tline,
|
||||
ls_line LIKE LINE OF lt_lines.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user