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 4a473f8 commit 4f16773Copy full SHA for 4f16773
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 {@link
439
- * 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