Skip to content

Commit 2bb15f7

Browse files
committed
Fix grammar in JavaDoc for fully qualified links
This commit represents a best effort attempt at fixing remaining "a" vs. "an" grammatical errors related links specified via a fully qualified class name. Issue: SPR-17208
1 parent 482115f commit 2bb15f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-beans/src/main/java/org/springframework/beans/factory/config/DependencyDescriptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ public ResolvableType getResolvableType() {
335335
/**
336336
* Return whether a fallback match is allowed.
337337
* <p>This is {@code false} by default but may be overridden to return {@code true} in order
338-
* to suggest to a {@link org.springframework.beans.factory.support.AutowireCandidateResolver}
338+
* to suggest to an {@link org.springframework.beans.factory.support.AutowireCandidateResolver}
339339
* that a fallback match is acceptable as well.
340340
* @since 4.0
341341
*/

spring-web/src/main/java/org/springframework/web/context/support/GroovyWebApplicationContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/**
3434
* {@link org.springframework.web.context.WebApplicationContext} implementation which takes
3535
* its configuration from Groovy bean definition scripts and/or XML files, as understood by
36-
* an {@link org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader}.
36+
* a {@link org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader}.
3737
* This is essentially the equivalent of
3838
* {@link org.springframework.context.support.GenericGroovyApplicationContext}
3939
* for a web environment.

spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
* <ul>
158158
* <li>a {@link ContentNegotiationManager}
159159
* <li>a {@link DefaultFormattingConversionService}
160-
* <li>a {@link org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean}
160+
* <li>an {@link org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean}
161161
* if a JSR-303 implementation is available on the classpath
162162
* <li>a range of {@link HttpMessageConverter HttpMessageConverters} depending on the third-party
163163
* libraries available on the classpath.

0 commit comments

Comments
 (0)