Remove erroneous javadoc symbol

This commit is contained in:
Juergen Hoeller 2025-08-22 22:38:34 +02:00
parent 55181fa1c9
commit 4a4cf8a787
1 changed files with 1 additions and 1 deletions

View File

@ -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)
*/