Skip to content

Commit 0295b51

Browse files
rafaelrenanpachecoeleftherias
authored andcommitted
Fix var typo and code readability
1 parent 2c7f2c2 commit 0295b51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/oauth2/oauth2-resourceserver.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,11 @@ public class DirectlyConfiguredJwkSetUri extends WebSecurityConfigurerAdapter {
456456
Converter<Jwt, AbstractAuthenticationToken> grantedAuthoritiesExtractor() {
457457
JwtAuthenticationConverter jwtAuthenticationConverter =
458458
new JwtAuthenticationConverter();
459+
459460
jwtAuthenticationConverter.setJwtGrantedAuthoritiesConverter
460461
(new GrantedAuthoritiesExtractor());
461-
return jwtAuthenticationConveter;
462+
463+
return jwtAuthenticationConverter;
462464
}
463465
----
464466

0 commit comments

Comments
 (0)