From 82e45235a2382e68dfa77d416e881db333070b31 Mon Sep 17 00:00:00 2001 From: Yanming Zhou Date: Mon, 2 Sep 2024 09:30:55 +0800 Subject: [PATCH] Expand acronym `FQN` and `FQCN` --- .../beans/factory/support/ConstructorResolver.java | 2 +- .../org/springframework/beans/factory/xml/spring-beans.dtd | 4 ++-- .../org/springframework/beans/factory/xml/spring-beans.xsd | 4 ++-- .../org/springframework/aot/hint/RuntimeHintsRegistrar.java | 2 +- .../interceptor/MethodMapTransactionAttributeSource.java | 6 +++--- .../interceptor/TransactionAttributeSourceEditor.java | 2 +- .../interceptor/RuleBasedTransactionAttributeTests.java | 2 +- .../interceptor/TransactionAttributeSourceEditorTests.java | 2 +- .../web/servlet/handler/SimpleMappingExceptionResolver.java | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) 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 @@