Skip to content

Commit af65392

Browse files
Update Demo 281 & Demo 293 to resolve ADT warnings (#431)
1 parent d83418c commit af65392

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/z2ui5_cl_demo_app_281.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ CLASS z2ui5_cl_demo_app_281 IMPLEMENTATION.
7777
)->tile_content( unit = `Unit` footer = `Footer`
7878
)->feed_content(
7979
contenttext = `@@notify Great outcome of the Presentation today. The new functionality and the design was well received. Berlin, Tokyo, Rome, Budapest, New York, Munich, London`
80-
subheader = `Subheader` value = `9`)->get_parent( )->get_parent( )->get_parent(
80+
subheader = `Subheader` value = `9` )->get_parent( )->get_parent( )->get_parent(
8181
)->generic_tile( class = `sapUiTinyMarginBegin sapUiTinyMarginTop tileLayout` header = `Status Failed - with press event`
8282
subheader = `Subheader` frametype = `TwoByOne` state = `Failed` press = client->_event( `press` )
8383
)->tile_content( unit = `Unit` footer = `Footer`

src/z2ui5_cl_demo_app_293.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ CLASS z2ui5_cl_demo_app_293 IMPLEMENTATION.
100100
WHEN 'CLICK_HINT_ICON'.
101101
z2ui5_display_popover( `button_hint_id` ).
102102
WHEN 'handleLinkPress'.
103-
client->message_box_display( `Link was clicked! `).
103+
client->message_box_display( `Link was clicked!` ).
104104
ENDCASE.
105105

106106
ENDMETHOD.

0 commit comments

Comments
 (0)