diff --git a/querydsl-hql/src/main/java/com/mysema/query/hql/HQLQuery.java b/querydsl-hql/src/main/java/com/mysema/query/hql/HQLQuery.java index 13bd8ed82..dcc8f7261 100644 --- a/querydsl-hql/src/main/java/com/mysema/query/hql/HQLQuery.java +++ b/querydsl-hql/src/main/java/com/mysema/query/hql/HQLQuery.java @@ -278,14 +278,14 @@ public interface HQLQuery extends Query, Projectable { HQLQuery with(EBoolean... condition); /** - * Set the fetch parameter to the last defined join + * Add the "fetch" flag to the last defined join * * @return */ HQLQuery fetch(); /** - * Add the "fetch all properties" statement to the last defined join. + * Add the "fetch all properties" flag to the last defined join. * @return */ HQLQuery fetchAll();