Skip to content

Commit f0431d8

Browse files
authored
Update quickstart.md
1 parent 97f4ed0 commit f0431d8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/get_started/quickstart.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,14 @@ CLASS zcl_my_abap2UI5_http_handler DEFINITION
4747
PUBLIC SECTION.
4848
INTERFACES if_http_service_extension.
4949
50-
PROTECTED SECTION.
51-
PRIVATE SECTION.
5250
ENDCLASS.
5351
5452
CLASS zcl_my_abap2UI5_http_handler IMPLEMENTATION.
55-
5653
METHOD if_http_service_extension~handle_request.
5754
5855
z2ui5_cl_http_handler=>run( req = request res = response ).
5956
6057
ENDMETHOD.
61-
6258
ENDCLASS.
6359
```
6460
:::

0 commit comments

Comments
 (0)