Skip to content

Commit

Permalink
set_cdata alias (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Jan 6, 2025
1 parent fa5e654 commit a99a00f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/http/cl_http_entity.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CLASS cl_http_entity DEFINITION PUBLIC CREATE PRIVATE.
ALIASES set_header_field FOR if_http_entity~set_header_field.
ALIASES append_cdata FOR if_http_entity~append_cdata.
ALIASES get_cdata FOR if_http_entity~get_cdata.
ALIASES set_cdata FOR if_http_entity~set_cdata.
PROTECTED SECTION.
DATA m_last_error TYPE i.
PRIVATE SECTION.
Expand Down Expand Up @@ -313,4 +314,4 @@ CLASS cl_http_entity IMPLEMENTATION.
APPEND ls_field TO mt_form_fields.
ENDMETHOD.

ENDCLASS.
ENDCLASS.

0 comments on commit a99a00f

Please sign in to comment.