X Tutup
Skip to content

Commit 4dff94d

Browse files
committed
fix javadoc to fix build under openJDK 18.0.2
1 parent 3a07d71 commit 4dff94d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scribejava-core/src/main/java/com/github/scribejava/core/model/OAuth2AccessToken.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55

66
/**
77
* Represents an OAuth 2 Access token.
8-
* <p>
98
* http://tools.ietf.org/html/rfc6749#section-5.1
109
*
1110
* @see <a href="https://tools.ietf.org/html/rfc6749#section-4.1.4">OAuth 2 Access Token Specification</a>
12-
* </p>
1311
*/
1412
public class OAuth2AccessToken extends Token {
1513

0 commit comments

Comments
 (0)
X Tutup