Skip to content

Commit 8948ba3

Browse files
committed
Fixed typo in documentation.
1 parent 43737a5 commit 8948ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/preface/java-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ We can override this quite simply to alter the way granted authorities are deriv
679679

680680
```java
681681
static class GrantedAuthoritiesExtractor extends JwtAuthenticationConverter {
682-
protected Collection<GrantedAuthorities> extractAuthorities(Jwt jwt) {
682+
protected Collection<GrantedAuthority> extractAuthorities(Jwt jwt) {
683683
Collection<String> authorities = (Collection<String>)
684684
jwt.getClaims().get("mycustomclaim");
685685

0 commit comments

Comments
 (0)