Skip to content

Commit 00ec656

Browse files
committed
Add experimental note
1 parent 3f67049 commit 00ec656

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

databricks-sdk-java/src/main/java/com/databricks/sdk/core/commons/CommonsHttpClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ public Builder withConnectionManager(PoolingHttpClientConnectionManager connecti
101101
/**
102102
* @param requestRetryHandler the HttpRequestRetryHandler to use for the HttpClient.
103103
* @return This builder.
104+
* <p><b>Note:</b> This API is experimental and may change or be removed in future releases
105+
* without notice.
104106
*/
105107
public Builder withRequestRetryHandler(HttpRequestRetryHandler requestRetryHandler) {
106108
this.requestRetryHandler = requestRetryHandler;

0 commit comments

Comments
 (0)