We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fd59e commit 51387daCopy full SHA for 51387da
docs/get_started/quickstart.md
@@ -21,9 +21,7 @@ Create a new package and define a new class for the HTTP handler implementation:
21
::: code-group
22
23
```abap [ABAP]
24
-CLASS zcl_my_abap2UI5_http_handler DEFINITION
25
- PUBLIC
26
- CREATE PUBLIC.
+CLASS zcl_my_abap2UI5_http_handler DEFINITION PUBLIC CREATE PUBLIC.
27
28
PUBLIC SECTION.
29
INTERFACES if_http_extension.
@@ -40,9 +38,7 @@ ENDCLASS.
40
38
```
41
39
42
```abap [ABAP Cloud]
43
44
45
46
47
48
INTERFACES if_http_service_extension.
0 commit comments