Skip to content

Commit 15909f2

Browse files
committed
Revert "feat(HttpHeaders): Add constant for analytics header"
This reverts commit 190af0e.
1 parent 190af0e commit 15909f2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/ibm/cloud/sdk/core/http/HttpHeaders.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,6 @@ public interface HttpHeaders {
153153
*/
154154
String WWW_AUTHENTICATE = "WWW-Authenticate";
155155

156-
/** Header containing analytics info. */
157-
String X_IBMCLOUD_SDK_ANALYTICS = "X-IBMCloud-SDK-Analytics";
158-
159156
/** The Authorization token header. */
160157
String X_WATSON_AUTHORIZATION_TOKEN = "X-Watson-Authorization-Token";
161158

0 commit comments

Comments
 (0)