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:
@@ -157,7 +157,7 @@ import org.springframework.web.util.UrlPathHelper;
|
||||
* <ul>
|
||||
* <li>a {@link ContentNegotiationManager}
|
||||
* <li>a {@link DefaultFormattingConversionService}
|
||||
* <li>a {@link org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean}
|
||||
* <li>an {@link org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean}
|
||||
* if a JSR-303 implementation is available on the classpath
|
||||
* <li>a range of {@link HttpMessageConverter HttpMessageConverters} depending on the third-party
|
||||
* libraries available on the classpath.
|
||||
|
||||
Reference in New Issue
Block a user