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
This commit is contained in:
Sam Brannen
2018-08-23 17:59:44 +02:00
parent 482115f3ce
commit 2bb15f7ed2
3 changed files with 3 additions and 3 deletions

View File

@@ -335,7 +335,7 @@ public class DependencyDescriptor extends InjectionPoint implements Serializable
/**
* Return whether a fallback match is allowed.
* <p>This is {@code false} by default but may be overridden to return {@code true} in order
* to suggest to a {@link org.springframework.beans.factory.support.AutowireCandidateResolver}
* to suggest to an {@link org.springframework.beans.factory.support.AutowireCandidateResolver}
* that a fallback match is acceptable as well.
* @since 4.0
*/