Skip to content

Commit 0dd8e01

Browse files
Update Demo 031, 040-Fix ADT warnings (ABAP Cloud) (#443)
1 parent e37abe2 commit 0dd8e01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/z2ui5_cl_demo_app_031.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ CLASS z2ui5_cl_demo_app_031 IMPLEMENTATION.
8484
` <form:SimpleForm editable="true" width="40rem">` && |\n| &&
8585
` <Label text="Loading time" />` && |\n| &&
8686
` <Input id="loadingMinSeconds" width="8rem" type="Number" description="seconds" value="` && client->_bind( mv_value ) && `"/>` && |\n| &&
87-
` <Button text="BACK" type="Emphasized" press="` && client->_event( 'BACK') && `"/>` && |\n| &&
87+
` <Button text="BACK" type="Emphasized" press="` && client->_event( 'BACK' ) && `"/>` && |\n| &&
8888
` <Link target="_blank" text="Demo" href="https://twitter.com/abap2UI5/status/1645104539387691008"/>` && |\n| &&
8989
` </form:SimpleForm> ` && |\n| &&
9090
` <GenericTile class="sapUiTinyMarginBegin sapUiTinyMarginTop tileLayout" header="Country-Specific Profit Margin" press="` && client->_event( 'POPUP' ) && `"` && |\n| &&

src/z2ui5_cl_demo_app_040.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLASS Z2UI5_CL_DEMO_APP_040 IMPLEMENTATION.
5151
CASE app-get-event.
5252

5353
WHEN 'LOAD_BC'.
54-
client->message_box_display( 'JSBarcode Library loaded').
54+
client->message_box_display( 'JSBarcode Library loaded' ).
5555
mv_load_lib = abap_true.
5656

5757
WHEN 'BACK'.

0 commit comments

Comments
 (0)