Thanks to visit codestin.com Credit goes to github.com
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 929d36f commit 7947eb0Copy full SHA for 7947eb0
src/main/java/org/scribe/extractors/JsonTokenExtractor.java
@@ -20,7 +20,7 @@ public Token extract(String response)
20
}
21
else
22
{
23
- throw new OAuthException("Cannot extract an acces token. Response was: " + response);
+ throw new OAuthException("Cannot extract an access token. Response was: " + response);
24
25
26
0 commit comments