Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"license": "MIT",
"dependencies": {
"@abaplint/cli": "^2.113.81",
"@abaplint/cli": "^2.113.86",
"@abaplint/database-sqlite": "^2.10.20",
"@abaplint/runtime": "^2.10.22",
"@abaplint/transpiler-cli": "^2.10.22",
"@abaplint/runtime": "^2.10.23",
"@abaplint/transpiler-cli": "^2.10.23",
"0x": "^5.8.0"
}
}
1 change: 1 addition & 0 deletions src/http/cl_http_entity.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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~append_cdata.
PROTECTED SECTION.
DATA m_last_error TYPE i.
PRIVATE SECTION.
Expand Down
Loading