Skip to content

Commit b8564f2

Browse files
Update databricks-sdk-java/src/main/java/com/databricks/sdk/core/http/RequestOptions.java
Update class description of RequestOptions Co-authored-by: Renaud Hartert <renaud.hartert@databricks.com>
1 parent 8c92152 commit b8564f2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

databricks-sdk-java/src/main/java/com/databricks/sdk/core/http/RequestOptions.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
/**
66
* A builder class for configuring HTTP request transformations including authentication, URL, and
77
* user agent headers.
8+
*
9+
* Experimental: this class is experimental and subject to change in backward incompatible ways.
810
*/
911
public class RequestOptions {
1012
private Function<Request, Request> authenticateFunc;

0 commit comments

Comments
 (0)