Skip to content

Commit 79531f1

Browse files
Update Demo 292 & Demo 293 to resolve ADT warnings (#429)
1 parent dbbabb2 commit 79531f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/z2ui5_cl_demo_app_292.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ CLASS Z2UI5_CL_DEMO_APP_292 IMPLEMENTATION.
8080
WHEN 'CLICK_HINT_ICON'.
8181
z2ui5_display_popover( `button_hint_id` ).
8282
WHEN 'onPress'.
83-
client->message_toast_display( client->get_event_arg( 1 ) && ` has been clicked`).
83+
client->message_toast_display( client->get_event_arg( 1 ) && ` has been clicked` ).
8484
ENDCASE.
8585

8686
ENDMETHOD.

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)