Skip to content

Commit 96dc536

Browse files
committed
Change access modifier for TRANSACTION_ID_HEADER to public
Signed-off-by: andreadimaio <[email protected]>
1 parent 0ba940a commit 96dc536

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)