[stapler] 01/07: beanutils18-compat
James Downing Page
jamespage at alioth.debian.org
Mon Aug 12 08:53:50 UTC 2013
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 <pkg-java-maintainers at lists.alioth.debian.org>
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
More information about the pkg-java-commits
mailing list