File tree 2 files changed +4
-5
lines changed
spring-beans/src/main/java/org/springframework/beans/factory/config
spring-context/src/main/java/org/springframework/context/annotation
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2016 the original author or authors.
2
+ * Copyright 2002-2017 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
17
17
package org .springframework .beans .factory .config ;
18
18
19
19
import java .util .Properties ;
20
- import java .util .Set ;
21
20
22
21
import org .springframework .beans .BeansException ;
23
22
import org .springframework .core .Constants ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2016 the original author or authors.
2
+ * Copyright 2002-2017 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
157
157
*
158
158
* <pre class="code">
159
159
* @Bean
160
- * public static PropertyPlaceholderConfigurer ppc () {
161
- * // instantiate, configure and return ppc ...
160
+ * public static PropertySourcesPlaceholderConfigurer pspc () {
161
+ * // instantiate, configure and return pspc ...
162
162
* }
163
163
* </pre>
164
164
*
You can’t perform that action at this time.
0 commit comments