diff --git a/querydsl-collections/src/main/java/com/mysema/query/collections/MiniApi.java b/querydsl-collections/src/main/java/com/mysema/query/collections/MiniApi.java
index 92de2c50a..2d95b671a 100644
--- a/querydsl-collections/src/main/java/com/mysema/query/collections/MiniApi.java
+++ b/querydsl-collections/src/main/java/com/mysema/query/collections/MiniApi.java
@@ -49,7 +49,7 @@ public class MiniApi {
public static ColQuery> from(Expr path, Iterable col){
return new ColQuery().from((Path>)path, col);
}
-
+
@SuppressWarnings("unchecked")
public static Iterable select(Iterable from, Expr.EBoolean where, OrderSpecifier>... order){
Path path = (Path) new PathExtractor().handle(where).getPath();