Skip to content

Commit

Permalink
if_http_request~set_version (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Nov 4, 2023
1 parent ba36bf2 commit 9a97cad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"license": "MIT",
"dependencies": {
"@abaplint/cli": "^2.102.67",
"@abaplint/runtime": "^2.7.129",
"@abaplint/cli": "^2.102.69",
"@abaplint/runtime": "^2.7.130",
"@abaplint/database-sqlite": "^2.7.119",
"@abaplint/transpiler-cli": "^2.7.129"
"@abaplint/transpiler-cli": "^2.7.130"
}
}
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 @@ -301,7 +301,8 @@ CLASS cl_http_entity IMPLEMENTATION.
ENDMETHOD.

METHOD if_http_request~set_version.
ASSERT 2 = 'todo'.
* todo,
RETURN.
ENDMETHOD.

METHOD if_http_entity~set_form_field.
Expand Down

0 comments on commit 9a97cad

Please sign in to comment.