From 4b1ffe3df9772ceca9d5d8bfdfaf206bc4413f8f Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Thu, 25 Feb 2010 18:48:54 +0000 Subject: [PATCH] We need to specify that we want to call the varargs version, not the Iterables version. Screw Java. --- src/java/com/samskivert/depot/impl/FindAllQuery.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/samskivert/depot/impl/FindAllQuery.java b/src/java/com/samskivert/depot/impl/FindAllQuery.java index d840c99..a03e3f3 100644 --- a/src/java/com/samskivert/depot/impl/FindAllQuery.java +++ b/src/java/com/samskivert/depot/impl/FindAllQuery.java @@ -332,7 +332,7 @@ public abstract class FindAllQuery extends Query> got = Sets.newHashSet();