Skip to content

Commit 06afe3f

Browse files
author
box-sdk-build
committed
Merge remote-tracking branch 'origin/combined-sdk' into codegen-2436-2ac72c4-8b51a89
2 parents b3eac0c + a023b71 commit 06afe3f

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)