Browse Source

Updated broken documentation link in javadocs

pull/14431/head
Geir Hedemark 2 years ago committed by Steve Riesenberg
parent
commit
c88aaedb48
No known key found for this signature in database
GPG Key ID: 3D0169B18AB8F0A9
  1. 2
      config/src/main/java/org/springframework/security/config/annotation/authentication/builders/AuthenticationManagerBuilder.java

2
config/src/main/java/org/springframework/security/config/annotation/authentication/builders/AuthenticationManagerBuilder.java

@ -149,7 +149,7 @@ public class AuthenticationManagerBuilder
* {@link #getDefaultUserDetailsService()} method. Note that additional * {@link #getDefaultUserDetailsService()} method. Note that additional
* {@link UserDetailsService}'s may override this {@link UserDetailsService} as the * {@link UserDetailsService}'s may override this {@link UserDetailsService} as the
* default. See the <a href= * default. See the <a href=
* "https://docs.spring.io/spring-security/site/docs/current/reference/htmlsingle/#user-schema" * "https://docs.spring.io/spring-security/reference/servlet/appendix/database-schema.html"
* >User Schema</a> section of the reference for the default schema. * >User Schema</a> section of the reference for the default schema.
* </p> * </p>
* @return a {@link JdbcUserDetailsManagerConfigurer} to allow customization of the * @return a {@link JdbcUserDetailsManagerConfigurer} to allow customization of the

Loading…
Cancel
Save