Skip to content

Commit ce0d916

Browse files
committed
Fix 'method' typo in @PropertySources
1 parent 39eb744 commit ce0d916

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2013 the original author or authors.
2+
* Copyright 2002-2014 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.
@@ -26,9 +26,9 @@
2626
* Container annotation that aggregates several {@link PropertySource} annotations.
2727
*
2828
* <p>Can be used natively, declaring several nested {@link PropertySource} annotations.
29-
* Can also be used in conjunction with Java 8's support for repeatable annotations,
30-
* where {@link PropertySource} can simply be declared several times on the same method,
31-
* implicitly generating this container annotation.
29+
* Can also be used in conjunction with Java 8's support for <em>repeatable annotations</em>,
30+
* where {@link PropertySource} can simply be declared several times on the same
31+
* {@linkplain ElementType#TYPE type}, implicitly generating this container annotation.
3232
*
3333
* @author Phillip Webb
3434
* @since 4.0

0 commit comments

Comments
 (0)