Skip to content

Commit fa5e654

Browse files
authored
fix get_cdata (#917)
1 parent 67b807a commit fa5e654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/cl_http_entity.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CLASS cl_http_entity DEFINITION PUBLIC CREATE PRIVATE.
55

66
ALIASES set_header_field FOR if_http_entity~set_header_field.
77
ALIASES append_cdata FOR if_http_entity~append_cdata.
8-
ALIASES get_cdata FOR if_http_entity~append_cdata.
8+
ALIASES get_cdata FOR if_http_entity~get_cdata.
99
PROTECTED SECTION.
1010
DATA m_last_error TYPE i.
1111
PRIVATE SECTION.

0 commit comments

Comments
 (0)