From 2b535d59b87dde361223c685e6413d7b4f87c746 Mon Sep 17 00:00:00 2001 From: Robin Bygrave Date: Mon, 20 Jul 2015 11:41:23 +1200 Subject: [PATCH] No effective change - javadoc --- src/main/java/com/avaje/ebean/Query.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/avaje/ebean/Query.java b/src/main/java/com/avaje/ebean/Query.java index 75cbb398a..c690f9dbc 100644 --- a/src/main/java/com/avaje/ebean/Query.java +++ b/src/main/java/com/avaje/ebean/Query.java @@ -520,6 +520,8 @@ public interface Query extends Serializable { */ QueryIterator findIterate(); + + /** * Execute the query processing the beans one at a time. *

@@ -1109,8 +1111,8 @@ public interface Query extends Serializable { /** * Set the first row to return for this query. - * - * @param firstRow + * + * @param firstRow the first row to include in the query result. */ Query setFirstRow(int firstRow);