You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.springframework.context/src/main/java/org/springframework/context/annotation/ConfigurationClassApplicationContext.java
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -53,13 +53,13 @@ public class ConfigurationClassApplicationContext extends AbstractRefreshableApp
Copy file name to clipboardExpand all lines: org.springframework.context/src/main/java/org/springframework/context/support/AbstractRefreshableApplicationContext.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
29
29
/**
30
30
* Base class for {@link org.springframework.context.ApplicationContext}
31
-
* implementations which are supposed to support multiple refreshs,
31
+
* implementations which are supposed to support multiple calls to {@literal refresh},
32
32
* creating a new internal bean factory instance every time.
33
33
* Typically (but not necessarily), such a context will be driven by
34
34
* a set of config locations to load bean definitions from.
@@ -48,7 +48,9 @@
48
48
* <p>Concrete standalone subclasses of this base class, reading in a
49
49
* specific bean definition format, are {@link ClassPathXmlApplicationContext}
50
50
* and {@link FileSystemXmlApplicationContext}, which both derive from the
51
-
* common {@link AbstractXmlApplicationContext} base class.
51
+
* common {@link AbstractXmlApplicationContext} base class;
Copy file name to clipboardExpand all lines: org.springframework.context/src/test/java/org/springframework/context/annotation/ConfigurationClassApplicationContextTests.java
0 commit comments