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

@@ -33,7 +33,7 @@ import org.springframework.lang.Nullable;
/**
* {@link org.springframework.web.context.WebApplicationContext} implementation which takes
* its configuration from Groovy bean definition scripts and/or XML files, as understood by
* an {@link org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader}.
* a {@link org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader}.
* This is essentially the equivalent of
* {@link org.springframework.context.support.GenericGroovyApplicationContext}
* for a web environment.