Skip to content

Commit 9a13a6f

Browse files
committed
fix javadoc error
1 parent bcc46da commit 9a13a6f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>oauth-token-manager</artifactId>
13-
<version>1.0.9</version>
13+
<version>1.0.10</version>
1414
<name>OauthTokenManager</name>
1515
<packaging>jar</packaging>
1616

src/main/java/info/unterrainer/oauthtokenmanager/OauthTokenManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ private PublicKey fetchPublicKey(String jwksUrl) throws Exception {
9191
*
9292
* @param accessToken
9393
* @return tenantId or null if the token is invalid or not present.
94-
* @throws Exception
9594
*/
9695
public String checkAccess(String accessToken) {
9796
try {

0 commit comments

Comments
 (0)