Fix typo in Javadoc

This commit is contained in:
Eleftheria Stein 2020-06-15 18:59:31 -04:00
parent eb351f455b
commit 224361cb4a
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ public abstract class WebSecurityConfigurerAdapter implements
/**
* Creates the {@link HttpSecurity} or returns the current instance
*
* ] * @return the {@link HttpSecurity}
* @return the {@link HttpSecurity}
* @throws Exception
*/
@SuppressWarnings({ "rawtypes", "unchecked" })