Skip to content

Commit 67b807a

Browse files
authored
add alias (#916)
1 parent af17634 commit 67b807a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
},
1414
"license": "MIT",
1515
"dependencies": {
16-
"@abaplint/cli": "^2.113.81",
16+
"@abaplint/cli": "^2.113.86",
1717
"@abaplint/database-sqlite": "^2.10.20",
18-
"@abaplint/runtime": "^2.10.22",
19-
"@abaplint/transpiler-cli": "^2.10.22",
18+
"@abaplint/runtime": "^2.10.23",
19+
"@abaplint/transpiler-cli": "^2.10.23",
2020
"0x": "^5.8.0"
2121
}
2222
}

src/http/cl_http_entity.clas.abap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.
89
PROTECTED SECTION.
910
DATA m_last_error TYPE i.
1011
PRIVATE SECTION.

0 commit comments

Comments
 (0)