diff --git a/spring-core/src/main/java/org/springframework/core/env/PropertyResolver.java b/spring-core/src/main/java/org/springframework/core/env/PropertyResolver.java index b3ce15b6f6..17570f77b4 100644 --- a/spring-core/src/main/java/org/springframework/core/env/PropertyResolver.java +++ b/spring-core/src/main/java/org/springframework/core/env/PropertyResolver.java @@ -82,8 +82,7 @@ public interface PropertyResolver { Class getPropertyAsClass(String key, Class targetType); /** - * Return the property value associated with the given key, converted to the given - * targetType (never {@code null}). + * Return the property value associated with the given key (never {@code null}). * @throws IllegalStateException if the key cannot be resolved * @see #getRequiredProperty(String, Class) */