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);