Replace 'e.g.' with 'for example' in documentation and comments
Closes gh-33515
This commit is contained in:
committed by
Sam Brannen
parent
e55fe9077f
commit
8941e2876e
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user