From df1145b797d1cdb4eb44343ad2cb9a2c26b9b499 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Wed, 12 Feb 2020 17:33:44 +0000 Subject: [PATCH] Correct documentation error in section on BeanWrapper Closes gh-24510 --- src/docs/asciidoc/core/core-validation.adoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/docs/asciidoc/core/core-validation.adoc b/src/docs/asciidoc/core/core-validation.adoc index ca278363297..05eda69536f 100644 --- a/src/docs/asciidoc/core/core-validation.adoc +++ b/src/docs/asciidoc/core/core-validation.adoc @@ -278,11 +278,9 @@ perform actions on that bean, such as setting and retrieving properties. [[beans-beans-conventions]] === Setting and Getting Basic and Nested Properties -Setting and getting properties is done by using the `setPropertyValue`, -`setPropertyValues`, `getPropertyValue`, and `getPropertyValues` methods which come -with a couple of overloaded variants. Springs javadoc describes them in more detail. -The JavaBeans specification has conventions for indicating properties of an -object. The following table shows some examples of these conventions: +Setting and getting properties is done through the `setPropertyValue` and +`getPropertyValue` overloaded method variants of `BeanWrapper`. See their Javadoc for +details. The below table shows some examples of these conventions: [[beans-beans-conventions-properties-tbl]] .Examples of properties