mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
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:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user