Skip to content

Commit 768e112

Browse files
authored
Merge pull request #124 from IBM/make-transaction-id-header-public
Change access modifier for TRANSACTION_ID_HEADER to public
2 parents d017336 + 96dc536 commit 768e112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/watsonx-ai/src/main/java/com/ibm/watsonx/ai/WatsonxRestClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
public abstract class WatsonxRestClient {
1313

14-
protected static final String TRANSACTION_ID_HEADER = "X-Global-Transaction-Id";
14+
public static final String TRANSACTION_ID_HEADER = "X-Global-Transaction-Id";
1515

1616
protected final String baseUrl;
1717
protected final String version;

0 commit comments

Comments
 (0)