fixed typo
This commit is contained in:
parent
24a8a05f24
commit
3eb4f1d78b
|
|
@ -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…
Reference in New Issue