Skip to content

Commit 5778192

Browse files
author
Steve Riesenberg
committed
Polish How-to Customize UserInfo response
Remove another extraneous numbered callout. Issue gh-537
1 parent 2c1132c commit 5778192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/asciidoc/examples/src/main/java/sample/userinfo/EnableUserInfoSecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public JWKSource<SecurityContext> jwkSource() {
144144
return new ImmutableJWKSet<>(jwkSet);
145145
}
146146

147-
private static KeyPair generateRsaKey() { // <6>
147+
private static KeyPair generateRsaKey() {
148148
KeyPair keyPair;
149149
try {
150150
KeyPairGenerator keyPairGenerator = KeyPairGenerator.getInstance("RSA");

0 commit comments

Comments
 (0)