Repository: tapestry-5 Updated Branches: refs/heads/master 5794d1b57 -> 7277127b1
fix confusing method signatore Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/7277127b Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/7277127b Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/7277127b Branch: refs/heads/master Commit: 7277127b109c04881923b48604735e520b35fb57 Parents: 5794d1b Author: Jochen Kemnade <[email protected]> Authored: Thu Sep 17 11:45:36 2015 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Thu Sep 17 11:45:36 2015 +0200 ---------------------------------------------------------------------- .../main/java/org/apache/tapestry5/corelib/components/Select.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/7277127b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Select.java ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Select.java b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Select.java index 37a7c79..a940af5 100644 --- a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Select.java +++ b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Select.java @@ -258,7 +258,7 @@ public class Select extends AbstractField } } - Object onChange(final List<Context> context, + Object onChange(final List<Object> context, @RequestParameter(value = "t:selectvalue", allowBlank = true) final String selectValue) throws ValidationException {
