We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d017336 + 96dc536 commit 768e112Copy full SHA for 768e112
modules/watsonx-ai/src/main/java/com/ibm/watsonx/ai/WatsonxRestClient.java
@@ -11,7 +11,7 @@
11
12
public abstract class WatsonxRestClient {
13
14
- protected static final String TRANSACTION_ID_HEADER = "X-Global-Transaction-Id";
+ public static final String TRANSACTION_ID_HEADER = "X-Global-Transaction-Id";
15
16
protected final String baseUrl;
17
protected final String version;
0 commit comments