diff --git a/spring-beans/src/main/java/org/springframework/beans/factory/support/ConstructorResolver.java b/spring-beans/src/main/java/org/springframework/beans/factory/support/ConstructorResolver.java index 96773ccfee5c..1bcf3b43656d 100644 --- a/spring-beans/src/main/java/org/springframework/beans/factory/support/ConstructorResolver.java +++ b/spring-beans/src/main/java/org/springframework/beans/factory/support/ConstructorResolver.java @@ -1242,7 +1242,7 @@ private Predicate valueOrCollection(ResolvableType valueType, * Return a {@link Predicate} for a parameter type that checks if its target * value is a {@link Class} and the value type is a {@link String}. This is * a regular use cases where a {@link Class} is defined in the bean - * definition as an FQN. + * definition as fully-qualified class name. * @param valueType the type of the value * @return a predicate to indicate a fallback match for a String to Class * parameter diff --git a/spring-beans/src/main/resources/org/springframework/beans/factory/xml/spring-beans.dtd b/spring-beans/src/main/resources/org/springframework/beans/factory/xml/spring-beans.dtd index 42f487cfeb3f..1981730071bf 100644 --- a/spring-beans/src/main/resources/org/springframework/beans/factory/xml/spring-beans.dtd +++ b/spring-beans/src/main/resources/org/springframework/beans/factory/xml/spring-beans.dtd @@ -451,8 +451,8 @@