We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f16773 commit 87fbabcCopy full SHA for 87fbabc
src/main/java/com/box/sdk/BoxAPIConnection.java
@@ -435,8 +435,8 @@ public void setExpires(long milliseconds) {
435
436
/**
437
* 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}.
+ * "https://api.box.com/oauth2/token". The URL is created from {@link BoxAPIConnection#baseURL}
+ * and {@link BoxAPIConnection#TOKEN_URL_SUFFIX}.
440
*
441
* @return the token URL.
442
*/
0 commit comments