Browse Source

fixed typo

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4624 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/merge
Sam Brannen 15 years ago
parent
commit
01a490225f
  1. 2
      org.springframework.core/src/main/java/org/springframework/core/env/ConfigurablePropertyResolver.java

2
org.springframework.core/src/main/java/org/springframework/core/env/ConfigurablePropertyResolver.java vendored

@ -48,7 +48,7 @@ public interface ConfigurablePropertyResolver extends PropertyResolver { @@ -48,7 +48,7 @@ public interface ConfigurablePropertyResolver extends PropertyResolver {
* conversions on properties.
* <p><strong>Note:</strong> as an alternative to fully replacing the {@code
* ConversionService}, consider adding or removing individual {@code Converter}
* intstances by drilling into {@link #getConversionService()} and calling methods
* instances by drilling into {@link #getConversionService()} and calling methods
* such as {@code #addConverter}.
* @see PropertyResolver#getProperty(String, Class)
* @see #getConversionService()

Loading…
Cancel
Save