Skip to content

Commit a0c620f

Browse files
twosomjzheaux
authored andcommitted
Fix Typo
1 parent 50bbe88 commit a0c620f

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/web/configurers/AbstractAuthenticationFilterConfigurer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2022 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.
@@ -122,7 +122,7 @@ public final T defaultSuccessUrl(String defaultSuccessUrl) {
122122
* true. This is a shortcut for calling
123123
* {@link #successHandler(AuthenticationSuccessHandler)}.
124124
* @param defaultSuccessUrl the default success url
125-
* @param alwaysUse true if the {@code defaultSuccesUrl} should be used after
125+
* @param alwaysUse true if the {@code defaultSuccessUrl} should be used after
126126
* authentication despite if a protected page had been previously visited
127127
* @return the {@link FormLoginConfigurer} for additional customization
128128
*/

0 commit comments

Comments
 (0)