Browse Source

Fix typo in Javadoc

Eleftheria Stein 5 years ago
parent
commit
224361cb4a

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

@@ -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" })