Polishing

This commit is contained in:
Juergen Hoeller
2014-11-29 20:49:21 +01:00
parent bfbd25a0e9
commit efb114d49a
3 changed files with 9 additions and 7 deletions

View File

@@ -61,7 +61,7 @@ public interface ConfigurablePropertyAccessor extends PropertyAccessor, Property
* <p>If {@code true}, a {@code null} path location will be populated
* with a default object value and traversed instead of resulting in a
* {@link NullValueInNestedPathException}.
* <p>Default is {@code false} on a plain instance.
* <p>Default is {@code false} on a plain PropertyAccessor instance.
*/
void setAutoGrowNestedPaths(boolean autoGrowNestedPaths);