Browse Source

Remove erroneous javadoc symbol

pull/35405/head
Juergen Hoeller 4 months ago
parent
commit
4a4cf8a787
  1. 2
      spring-expression/src/main/java/org/springframework/expression/spel/support/StandardEvaluationContext.java

2
spring-expression/src/main/java/org/springframework/expression/spel/support/StandardEvaluationContext.java

@ -279,7 +279,7 @@ public class StandardEvaluationContext implements EvaluationContext { @@ -279,7 +279,7 @@ public class StandardEvaluationContext implements EvaluationContext {
* @param constructorResolver the constructor resolver to remove
* @return {@code true} if the constructor resolver was removed, {@code false}
* if the constructor resolver was not configured in this evaluation context
< * @see #getConstructorResolvers()
* @see #getConstructorResolvers()
* @see #setConstructorResolvers(List)
* @see #addConstructorResolver(ConstructorResolver)
*/

Loading…
Cancel
Save