This is an automated email from the ASF dual-hosted git repository. thiagohp pushed a commit to branch TAP5-2770 in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/TAP5-2770 by this push: new a7b7c10a1 TAP5-2770: fixing regression a7b7c10a1 is described below commit a7b7c10a11009bbe007c71eebb337bac7b2ee8e0 Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Wed Dec 20 22:46:57 2023 -0300 TAP5-2770: fixing regression --- plastic/src/main/java/org/apache/tapestry5/plastic/PlasticUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plastic/src/main/java/org/apache/tapestry5/plastic/PlasticUtils.java b/plastic/src/main/java/org/apache/tapestry5/plastic/PlasticUtils.java index e9d469c3b..8dd3c76f1 100644 --- a/plastic/src/main/java/org/apache/tapestry5/plastic/PlasticUtils.java +++ b/plastic/src/main/java/org/apache/tapestry5/plastic/PlasticUtils.java @@ -281,7 +281,7 @@ public class PlasticUtils builder.loadArgument(0); ifBuilder.invokeSpecial( plasticClass.getSuperClassName(), - FIELD_VALUE_PROVIDER_METHOD_DESCRIPTION); + PROPERTY_VALUE_PROVIDER_METHOD_DESCRIPTION); ifBuilder.returnResult(); });