Replace 'e.g.' with 'for example' in documentation and comments

Closes gh-33515
This commit is contained in:
Yanming Zhou
2024-09-26 14:03:46 +02:00
committed by Sam Brannen
parent e55fe9077f
commit 8941e2876e
722 changed files with 1290 additions and 1290 deletions

View File

@@ -27,7 +27,7 @@ import static org.springframework.beans.factory.support.BeanDefinitionBuilder.ro
/**
* Unit tests covering cases where a user defines an invalid Configuration
* class, e.g.: forgets to annotate with {@link Configuration} or declares
* class, for example: forgets to annotate with {@link Configuration} or declares
* a Configuration class as final.
*
* @author Chris Beams

View File

@@ -281,7 +281,7 @@ class ApplicationContextEventTests extends AbstractApplicationEventListenerTests
/**
* Regression test for <a href="https://github.com/spring-projects/spring-framework/issues/28283">issue 28283</a>,
* where event listeners proxied due to e.g.
* where event listeners proxied due to, for example,
* <ul>
* <li>{@code @Transactional} annotations in their methods or</li>
* <li>being targeted by aspects</li>