Skip to content

Commit 18266ad

Browse files
committed
mark ApiHttpRequest header as deprecated
1 parent 9b37756 commit 18266ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rmf/rmf-java-base/src/main/java/io/vrap/rmf/base/client/ApiHttpRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public ApiHttpRequest() {
2020

2121
}
2222

23-
// @Deprecated
23+
@Deprecated
2424
public ApiHttpRequest(ApiHttpMethod method, String relativeUrl, String baseUrl, ApiHttpHeaders headers, byte[] body) {
2525
this.method = method;
2626
this.relativeUrl = relativeUrl;

0 commit comments

Comments
 (0)