1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Fix typo in Javadoc

This commit is contained in:
Eleftheria Stein
2020-06-15 18:59:31 -04:00
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" })