Skip to content

Commit e5cf9d7

Browse files
azure-na region support added
1 parent d82fd19 commit e5cf9d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/contentstack/sdk/Stack.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ public String getApplicationKey() {
198198
}
199199

200200
/**
201-
* @deprecated accessToken of particular stack
202-
*
203201
* @return {@link Stack} accessToken
202+
* @deprecated This method is no longer acceptable to get access token.
203+
* <p> Use getDeliveryToken instead.
204204
*/
205205
@Deprecated
206206
public String getAccessToken() {

0 commit comments

Comments
 (0)