Skip to content

Commit 94c2457

Browse files
Jiankai ZhengJiankai Zheng
authored andcommitted
docs(api): fix javadoc
1 parent 7099750 commit 94c2457

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/spotify/api/authorization/AuthorizationCodeFlow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* This class constructs the URL needed for the first step in the Authorization Code Flow.
1313
* Executing this step should result in a code that can be used to retrieve an access and refresh token.
1414
* <p>
15-
* For more information see: {@link <a href="https://developer.spotify.com/documentation/general/guides/authorization-guide/#authorization-code-flow">Authorization Code Flow</a>}
15+
* For more information see: @see <a href="https://developer.spotify.com/documentation/general/guides/authorization-guide/#authorization-code-flow">Authorization Code Flow</a>
1616
*
1717
* @author Jiankai Zheng
1818
*/

src/main/java/spotify/api/authorization/AuthorizationRequestTokens.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* This class takes care of the second step in the Authorization Code Flow.
2121
* Executing this step should result in an access and refresh token.
2222
* <p>
23-
* For more information see: {@link <a href="https://developer.spotify.com/documentation/general/guides/authorization-guide/#authorization-code-flow">Authorization Code Flow</a>}
23+
* For more information see: @see <a href="https://developer.spotify.com/documentation/general/guides/authorization-guide/#authorization-code-flow">Authorization Code Flow</a>
2424
*
2525
* @author Jiankai Zheng
2626
*/

0 commit comments

Comments
 (0)