This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/master by this push:
     new 5655dd7fc Fixing JavaDoc
5655dd7fc is described below

commit 5655dd7fcb0441971147670254dd54800b93f4c0
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Fri May 24 09:24:34 2024 -0300

    Fixing JavaDoc
---
 .../main/java/org/apache/tapestry5/plastic/PropertyValueProvider.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/plastic/src/main/java/org/apache/tapestry5/plastic/PropertyValueProvider.java 
b/plastic/src/main/java/org/apache/tapestry5/plastic/PropertyValueProvider.java
index a10ecfeb7..6c05850fa 100644
--- 
a/plastic/src/main/java/org/apache/tapestry5/plastic/PropertyValueProvider.java
+++ 
b/plastic/src/main/java/org/apache/tapestry5/plastic/PropertyValueProvider.java
@@ -75,7 +75,7 @@ public interface PropertyValueProvider
      * </p>
      * <p>
      * This is an utility method to avoid having to make casts very time you 
need to call
-     * {@linkplain #__propertyValueProvider__set(String)}.
+     * {@linkplain #__propertyValueProvider__set(String, Object)}.
      * </p>
      * @param object an object.
      * @param fieldName the field name.

Reply via email to