This is an automated email from the ASF dual-hosted git repository.
thiagohp pushed a commit to branch javax
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/javax by this push:
new 787386d19 Fixing JavaDoc
787386d19 is described below
commit 787386d19bcdde24a8fe273b30530cffce161e01
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.