Skip to content

Commit 87fbabc

Browse files
committed
docs: Fix docs for get token URL
1 parent 4f16773 commit 87fbabc

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://api.box.com/oauth2/token". The URL is created from
439-
* {@link 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)