Skip to content

Commit 51387da

Browse files
authored
Update quickstart.md
1 parent e5fd59e commit 51387da

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/get_started/quickstart.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ Create a new package and define a new class for the HTTP handler implementation:
2121
::: code-group
2222

2323
```abap [ABAP]
24-
CLASS zcl_my_abap2UI5_http_handler DEFINITION
25-
PUBLIC
26-
CREATE PUBLIC.
24+
CLASS zcl_my_abap2UI5_http_handler DEFINITION PUBLIC CREATE PUBLIC.
2725
2826
PUBLIC SECTION.
2927
INTERFACES if_http_extension.
@@ -40,9 +38,7 @@ ENDCLASS.
4038
```
4139

4240
```abap [ABAP Cloud]
43-
CLASS zcl_my_abap2UI5_http_handler DEFINITION
44-
PUBLIC
45-
CREATE PUBLIC.
41+
CLASS zcl_my_abap2UI5_http_handler DEFINITION PUBLIC CREATE PUBLIC.
4642
4743
PUBLIC SECTION.
4844
INTERFACES if_http_service_extension.

0 commit comments

Comments
 (0)