fix syntax (#6593)

This commit is contained in:
Lars Hvam 2023-10-30 15:07:30 +01:00 committed by GitHub
parent 2e24bbe962
commit 7814dc0663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
],
"syntax": {
"version": "v702",
"errorNamespace": "^(Z|Y|LT?CL_|TY_|LIF_|.*ABAPGIT)",
"errorNamespace": "^(Z|Y|LT?CL_|TY_|LIF_|C_|.*ABAPGIT)",
"globalConstants": [
"abap_func_exporting",
"abap_func_tables",

View File

@ -23,14 +23,14 @@ CLASS zcl_abapgit_gui_page DEFINITION PUBLIC ABSTRACT
METHODS constructor RAISING zcx_abapgit_exception.
PROTECTED SECTION.
CONSTANTS:
BEGIN OF c_page_layout,
centered TYPE string VALUE `centered`,
full_width TYPE string VALUE `full_width`,
END OF c_page_layout.
PROTECTED SECTION.
DATA ms_control TYPE ty_control .
METHODS render_content " TODO refactor, render child directly