Skip to content

Commit 3436498

Browse files
Update Demo 000 to resolve Eclipse warnings (#424)
1 parent 8112200 commit 3436498

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/z2ui5_cl_demo_app_000.clas.abap

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,19 +1131,22 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
11311131
subheader = 'Events & Visualization'
11321132
press = client->_event( 'Z2UI5_CL_DEMO_APP_048' )
11331133
mode = 'LineMode'
1134-
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom').
1134+
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
1135+
).
11351136

11361137
panel->generic_tile(
11371138
header = 'Action List Item'
11381139
press = client->_event( 'Z2UI5_CL_DEMO_APP_216' )
11391140
mode = 'LineMode'
1140-
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom').
1141+
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
1142+
).
11411143

11421144
panel->generic_tile(
11431145
header = 'Input List Item'
11441146
press = client->_event( 'Z2UI5_CL_DEMO_APP_219' )
11451147
mode = 'LineMode'
1146-
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom').
1148+
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
1149+
).
11471150

11481151
panel->generic_tile(
11491152
header = 'Standard List Item'
@@ -2179,5 +2182,4 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
21792182
ENDDO.
21802183

21812184
ENDMETHOD.
2182-
2183-
ENDCLASS.
2185+
ENDCLASS.

0 commit comments

Comments
 (0)