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 3ffcc2aa14da3d80e9157faaaab00dae23f92877
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 f804740..f22a001 100644
--- a/core/src/main/java/org/kohsuke/stapler/RequestImpl.java
+++ b/core/src/main/java/org/kohsuke/stapler/RequestImpl.java
@@ -656,7 +656,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

Reply via email to