mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
fix syntax (#6593)
This commit is contained in:
parent
2e24bbe962
commit
7814dc0663
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user