File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
spring-cloud-context/src/main/java/org/springframework/cloud/context/refresh Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3232import org .springframework .cloud .context .environment .EnvironmentChangeEvent ;
3333import org .springframework .cloud .context .scope .refresh .RefreshScope ;
3434import org .springframework .context .ConfigurableApplicationContext ;
35- import org .springframework .context .annotation .Configuration ;
3635import org .springframework .core .env .CommandLinePropertySource ;
3736import org .springframework .core .env .CompositePropertySource ;
3837import org .springframework .core .env .ConfigurableEnvironment ;
@@ -186,9 +185,4 @@ else if (parent instanceof EnumerablePropertySource) {
186185 }
187186 }
188187
189- @ Configuration (proxyBeanMethods = false )
190- protected static class Empty {
191-
192- }
193-
194188}
Original file line number Diff line number Diff line change 2828import org .springframework .cloud .bootstrap .BootstrapConfigFileApplicationListener ;
2929import org .springframework .cloud .context .scope .refresh .RefreshScope ;
3030import org .springframework .context .ConfigurableApplicationContext ;
31+ import org .springframework .context .annotation .Configuration ;
3132import org .springframework .core .env .MapPropertySource ;
3233import org .springframework .core .env .MutablePropertySources ;
3334import org .springframework .core .env .PropertySource ;
@@ -129,4 +130,9 @@ protected void updateEnvironment() {
129130 return capture ;
130131 }
131132
133+ @ Configuration (proxyBeanMethods = false )
134+ protected static class Empty {
135+
136+ }
137+
132138}
You can’t perform that action at this time.
0 commit comments