Skip to content

Commit 33ab80b

Browse files
committed
style(nlu): Fix checkstyle complaint
1 parent 34577e1 commit 33ab80b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

natural-language-understanding/src/main/java/com/ibm/watson/developer_cloud/natural_language_understanding/v1/NaturalLanguageUnderstanding.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ public NaturalLanguageUnderstanding(String versionDate, String username, String
7878
}
7979

8080
/**
81-
* Instantiates a new `NaturalLanguageUnderstanding` with IAM. Note that if the access token is specified in the iamOptions,
82-
* you accept responsibility for managing the access token yourself. You must set a new access token before this one
83-
* expires. Failing to do so will result in authentication errors after this token expires.
81+
* Instantiates a new `NaturalLanguageUnderstanding` with IAM. Note that if the access token is specified in the
82+
* iamOptions, you accept responsibility for managing the access token yourself. You must set a new access token
83+
* before this one expires. Failing to do so will result in authentication errors after this token expires.
8484
*
8585
* @param versionDate The version date (yyyy-MM-dd) of the REST API to use. Specifying this value will keep your API
8686
* calls from failing when the service introduces breaking changes.

0 commit comments

Comments
 (0)