From f3328c514ced9ff71f2c6cd615153e8275399d4c Mon Sep 17 00:00:00 2001 From: larshp Date: Sat, 10 Jun 2017 07:23:59 +0000 Subject: [PATCH] fix comment #773 --- src/zabapgit_persistence.prog.abap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/zabapgit_persistence.prog.abap b/src/zabapgit_persistence.prog.abap index dfe670c3b..a01d44b84 100644 --- a/src/zabapgit_persistence.prog.abap +++ b/src/zabapgit_persistence.prog.abap @@ -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'