From ce0d916492eeb869b5614fba2af513a34a002429 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 25 Feb 2014 15:56:39 +0100 Subject: [PATCH] Fix 'method' typo in @PropertySources --- .../context/annotation/PropertySources.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-context/src/main/java/org/springframework/context/annotation/PropertySources.java b/spring-context/src/main/java/org/springframework/context/annotation/PropertySources.java index 12484b883a..5de6d0caaf 100644 --- a/spring-context/src/main/java/org/springframework/context/annotation/PropertySources.java +++ b/spring-context/src/main/java/org/springframework/context/annotation/PropertySources.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2013 the original author or authors. + * Copyright 2002-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,9 +26,9 @@ import java.lang.annotation.Target; * Container annotation that aggregates several {@link PropertySource} annotations. * *

Can be used natively, declaring several nested {@link PropertySource} annotations. - * Can also be used in conjunction with Java 8's support for repeatable annotations, - * where {@link PropertySource} can simply be declared several times on the same method, - * implicitly generating this container annotation. + * Can also be used in conjunction with Java 8's support for repeatable annotations, + * where {@link PropertySource} can simply be declared several times on the same + * {@linkplain ElementType#TYPE type}, implicitly generating this container annotation. * * @author Phillip Webb * @since 4.0