mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
fix comment #773
This commit is contained in:
parent
98b2afd918
commit
f3328c514c
|
@ -1677,10 +1677,11 @@ CLASS lcl_persist_settings DEFINITION FINAL.
|
|||
ENDCLASS.
|
||||
|
||||
CLASS lcl_persist_settings IMPLEMENTATION.
|
||||
* todo, refactor this to use XML and only 1 row in the database?
|
||||
|
||||
METHOD modify.
|
||||
|
||||
* todo, refactor this class to use XML and only 1 row in the database?
|
||||
|
||||
lcl_app=>db( )->modify(
|
||||
iv_type = 'SETTINGS'
|
||||
iv_value = 'PROXY_URL'
|
||||
|
|
Loading…
Reference in New Issue
Block a user