Skip to content

Commit 7a01771

Browse files
committed
Polishing
1 parent 0b11785 commit 7a01771

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

spring-beans/src/main/java/org/springframework/beans/factory/config/PropertyPlaceholderConfigurer.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2016 the original author or authors.
2+
* Copyright 2002-2017 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -17,7 +17,6 @@
1717
package org.springframework.beans.factory.config;
1818

1919
import java.util.Properties;
20-
import java.util.Set;
2120

2221
import org.springframework.beans.BeansException;
2322
import org.springframework.core.Constants;

spring-context/src/main/java/org/springframework/context/annotation/Bean.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2016 the original author or authors.
2+
* Copyright 2002-2017 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -157,8 +157,8 @@
157157
*
158158
* <pre class="code">
159159
* &#064;Bean
160-
* public static PropertyPlaceholderConfigurer ppc() {
161-
* // instantiate, configure and return ppc ...
160+
* public static PropertySourcesPlaceholderConfigurer pspc() {
161+
* // instantiate, configure and return pspc ...
162162
* }
163163
* </pre>
164164
*

0 commit comments

Comments
 (0)