Skip to content

Commit a023b71

Browse files
authored
docs: fix docs for get token URL (#1575)
1 parent 0573bf0 commit a023b71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/box/sdk/BoxAPIConnection.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ public void setExpires(long milliseconds) {
435435

436436
/**
437437
* Gets the token URL that's used to request access tokens. The default value is
438-
* "https://www.box.com/api/oauth2/token". The URL is created from {@link
439-
* BoxAPIConnection#baseURL} and {@link BoxAPIConnection#TOKEN_URL_SUFFIX}.
438+
* "https://api.box.com/oauth2/token". The URL is created from {@link BoxAPIConnection#baseURL}
439+
* and {@link BoxAPIConnection#TOKEN_URL_SUFFIX}.
440440
*
441441
* @return the token URL.
442442
*/

0 commit comments

Comments
 (0)