Skip to content

Commit caa4093

Browse files
xak2000jzheaux
authored andcommitted
Fix javadoc for migration from WebSecurityConfigurerAdapter
1 parent 8bec140 commit caa4093

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/configuration/WebSecurityConfigurerAdapter.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.
@@ -103,7 +103,7 @@
103103
* }
104104
*
105105
* @Bean
106-
* public WebSecurityCustomizer webSecurityCustomizer(WebSecurity web) {
106+
* public WebSecurityCustomizer webSecurityCustomizer() {
107107
* return (web) -> web.ignoring().antMatchers("/resources/**");
108108
* }
109109
* </pre> See the <a href=

0 commit comments

Comments
 (0)