Skip to content

Commit d35efcf

Browse files
Update Demo 002, 008-Fix ADT warnings (ABAP Cloud) (#439)
1 parent af64ed9 commit d35efcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/z2ui5_cl_demo_app_002.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ CLASS z2ui5_cl_demo_app_002 IMPLEMENTATION.
109109
date = '07.12.22'
110110
date_time = '23.12.2022, 19:27:20'
111111
time_start = '05:24:00'
112-
time_end = '17:23:57').
112+
time_end = '17:23:57' ).
113113

114114
mt_suggestion = VALUE #(
115115
( descr = 'Green' value = 'GREEN' )

src/z2ui5_cl_demo_app_008.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ CLASS z2ui5_cl_demo_app_008 IMPLEMENTATION.
4444

4545
WHEN 'BUTTON_MESSAGE_TOAST2'.
4646
client->message_toast_display( text = 'this is a message toast' at = 'left bottom'
47-
offset = '0 -15' animationtimingfunction = `ease-in` class = 'my-style').
47+
offset = '0 -15' animationtimingfunction = `ease-in` class = 'my-style' ).
4848

4949
WHEN 'BUTTON_MESSAGE_STRIP_INFO'.
5050
check_strip_active = abap_true.

0 commit comments

Comments
 (0)