Fix typo in Javadoc
This commit is contained in:
parent
eb351f455b
commit
224361cb4a
|
@ -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" })
|
||||
|
|
Loading…
Reference in New Issue