This is an automated email from the git hooks/post-receive script. jamespage pushed a commit to branch patch-queue/master in repository stapler.
commit 38f2450445759589c7a738ea4e2a9684932ac3f0 Author: Debian Java Maintainers <[email protected]> Date: Mon Aug 12 09:43:30 2013 +0100 beanutils18-compat --- core/src/main/java/org/kohsuke/stapler/RequestImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/kohsuke/stapler/RequestImpl.java b/core/src/main/java/org/kohsuke/stapler/RequestImpl.java index c1b8b2a..f6c8c12 100644 --- a/core/src/main/java/org/kohsuke/stapler/RequestImpl.java +++ b/core/src/main/java/org/kohsuke/stapler/RequestImpl.java @@ -657,7 +657,7 @@ public class RequestImpl extends HttpServletRequestWrapper implements StaplerReq if (converter==null) throw new IllegalArgumentException("Unable to convert to "+type); - l.add(converter.convert(type,o)); + l.add(converter.convert(l.itemType,o)); return l.toCollection(); } } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/stapler.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

