[stapler] 01/09: beanutils18-compat
James Downing Page
jamespage at moszumanska.debian.org
Thu Jan 2 13:12:06 UTC 2014
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 <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 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
More information about the pkg-java-commits
mailing list