From 6d097d202b1e10853678a87b7b60ad083a0e33f8 Mon Sep 17 00:00:00 2001 From: Brett Meyer Date: Tue, 8 Oct 2013 14:17:52 -0400 Subject: [PATCH] HHH-8328 Typo in Query.list Javadoc --- hibernate-core/src/main/java/org/hibernate/Query.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hibernate-core/src/main/java/org/hibernate/Query.java b/hibernate-core/src/main/java/org/hibernate/Query.java index 8e4e5a94d3..dc4b315d5a 100644 --- a/hibernate-core/src/main/java/org/hibernate/Query.java +++ b/hibernate-core/src/main/java/org/hibernate/Query.java @@ -277,7 +277,7 @@ public interface Query extends BasicQueryContract { /** * Return the query results as a List. If the query contains - * multiple results pre row, the results are returned in an instance + * multiple results per row, the results are returned in an instance * of Object[]. * * @return the result list