Skip to content

Commit a99a00f

Browse files
authored
set_cdata alias (#918)
1 parent fa5e654 commit a99a00f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/http/cl_http_entity.clas.abap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ CLASS cl_http_entity DEFINITION PUBLIC CREATE PRIVATE.
66
ALIASES set_header_field FOR if_http_entity~set_header_field.
77
ALIASES append_cdata FOR if_http_entity~append_cdata.
88
ALIASES get_cdata FOR if_http_entity~get_cdata.
9+
ALIASES set_cdata FOR if_http_entity~set_cdata.
910
PROTECTED SECTION.
1011
DATA m_last_error TYPE i.
1112
PRIVATE SECTION.
@@ -313,4 +314,4 @@ CLASS cl_http_entity IMPLEMENTATION.
313314
APPEND ls_field TO mt_form_fields.
314315
ENDMETHOD.
315316

316-
ENDCLASS.
317+
ENDCLASS.

0 commit comments

Comments
 (0)