You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: natural-language-classifier/src/main/java/com/ibm/watson/developer_cloud/natural_language_classifier/v1/NaturalLanguageClassifier.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -77,9 +77,9 @@ public NaturalLanguageClassifier(String username, String password) {
77
77
}
78
78
79
79
/**
80
-
* Instantiates a new `NaturalLanguageClassifier` with IAM. Note that if the access token is specified in the iamOptions,
81
-
* you accept responsibility for managing the access token yourself. You must set a new access token before this one
82
-
* expires. Failing to do so will result in authentication errors after this token expires.
80
+
* Instantiates a new `NaturalLanguageClassifier` with IAM. Note that if the access token is specified in the
81
+
* iamOptions, you accept responsibility for managing the access token yourself. You must set a new access token
82
+
* before this one expires. Failing to do so will result in authentication errors after this token expires.
83
83
*
84
84
* @param iamOptions the options for authenticating through IAM
0 commit comments