Browse Source

fixed typo

pull/7/head
Sam Brannen 14 years ago
parent
commit
3eb4f1d78b
  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