Skip to content

Commit 1fed86b

Browse files
authored
Update quickstart.md
1 parent 02e1561 commit 1fed86b

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
@@ -28,18 +28,14 @@ CLASS zcl_my_abap2UI5_http_handler DEFINITION
2828
PUBLIC SECTION.
2929
INTERFACES if_http_extension.
3030
31-
PROTECTED SECTION.
32-
PRIVATE SECTION.
3331
ENDCLASS.
3432
3533
CLASS zcl_my_abap2UI5_http_handler IMPLEMENTATION.
36-
3734
METHOD if_http_extension~handle_request.
3835
3936
z2ui5_cl_http_handler=>run( server ).
4037
4138
ENDMETHOD.
42-
4339
ENDCLASS.
4440
```
4541

0 commit comments

Comments
 (0)