Skip to content

Commit 3beb583

Browse files
committed
Merge branch '5.8.x' into 6.1.x
2 parents 3cb181a + 16dc6be commit 3beb583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2013 the original author or authors.
2+
* Copyright 2002-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -149,7 +149,7 @@ public InMemoryUserDetailsManagerConfigurer<AuthenticationManagerBuilder> inMemo
149149
* {@link #getDefaultUserDetailsService()} method. Note that additional
150150
* {@link UserDetailsService}'s may override this {@link UserDetailsService} as the
151151
* default. See the <a href=
152-
* "https://docs.spring.io/spring-security/site/docs/current/reference/htmlsingle/#user-schema"
152+
* "https://docs.spring.io/spring-security/reference/servlet/appendix/database-schema.html"
153153
* >User Schema</a> section of the reference for the default schema.
154154
* </p>
155155
* @return a {@link JdbcUserDetailsManagerConfigurer} to allow customization of the

0 commit comments

Comments
 (0)