File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
spring-beans/src/main/java/org/springframework/beans/factory/parsing
spring-test/src/main/java/org/springframework/test/context/support Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ public BeanEntry(String beanDefinitionName) {
35
35
this .beanDefinitionName = beanDefinitionName ;
36
36
}
37
37
38
+
38
39
@ Override
39
40
public String toString () {
40
41
return "Bean '" + this .beanDefinitionName + "'" ;
Original file line number Diff line number Diff line change @@ -200,9 +200,9 @@ public final ConfigurableApplicationContext loadContext(String... locations) thr
200
200
* Factory method for creating the {@link GenericApplicationContext} used by
201
201
* this {@code ContextLoader}.
202
202
* <p>The default implementation creates a {@code GenericApplicationContext}
203
- * using the default constructor. This method may be overridden in subclasses
204
- * — for example, to create a {@code GenericApplicationContext} with
205
- * a custom {@link DefaultListableBeanFactory} implementation.
203
+ * using the default constructor. This method may get overridden e.g. to use
204
+ * a custom context subclass or to create a {@code GenericApplicationContext}
205
+ * with a custom {@link DefaultListableBeanFactory} implementation.
206
206
* @return a newly instantiated {@code GenericApplicationContext}
207
207
* @since 5.2.9
208
208
*/
You can’t perform that action at this time.
0 commit comments