Skip to content

Commit 224361c

Browse files
committed
Fix typo in Javadoc
1 parent eb351f4 commit 224361c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/src/main/java/org/springframework/security/config/annotation/web/configuration/WebSecurityConfigurerAdapter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ protected void configure(AuthenticationManagerBuilder auth) throws Exception {
187187
/**
188188
* Creates the {@link HttpSecurity} or returns the current instance
189189
*
190-
* ] * @return the {@link HttpSecurity}
190+
* @return the {@link HttpSecurity}
191191
* @throws Exception
192192
*/
193193
@SuppressWarnings({ "rawtypes", "unchecked" })

0 commit comments

Comments
 (0)