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 67b807a commit fa5e654Copy full SHA for fa5e654
src/http/cl_http_entity.clas.abap
@@ -5,7 +5,7 @@ CLASS cl_http_entity DEFINITION PUBLIC CREATE PRIVATE.
5
6
ALIASES set_header_field FOR if_http_entity~set_header_field.
7
ALIASES append_cdata FOR if_http_entity~append_cdata.
8
- ALIASES get_cdata FOR if_http_entity~append_cdata.
+ ALIASES get_cdata FOR if_http_entity~get_cdata.
9
PROTECTED SECTION.
10
DATA m_last_error TYPE i.
11
PRIVATE SECTION.
0 commit comments