Skip to content

Commit 9d21458

Browse files
committed
refactor: Remove Watson-specific header constants
1 parent cd26eab commit 9d21458

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,4 @@ public interface HttpHeaders {
152152
* See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.47">HTTP/1.1 documentation</a>.
153153
*/
154154
String WWW_AUTHENTICATE = "WWW-Authenticate";
155-
156-
/** The Authorization token header. */
157-
String X_WATSON_AUTHORIZATION_TOKEN = "X-Watson-Authorization-Token";
158-
159-
/** Allow Watson to collect the payload. */
160-
String X_WATSON_LEARNING_OPT_OUT = "X-Watson-Learning-Opt-Out";
161-
162-
/** Mark Bluemix interactions from tests. */
163-
String X_WATSON_TEST = "X-Watson-Test";
164-
165155
}

0 commit comments

Comments
 (0)