Skip to content

Commit 6d097d2

Browse files
committed
HHH-8328 Typo in Query.list Javadoc
1 parent 10383fb commit 6d097d2

File tree

1 file changed

+1
-1
lines changed
  • hibernate-core/src/main/java/org/hibernate

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/Query.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public interface Query extends BasicQueryContract {
277277

278278
/**
279279
* Return the query results as a <tt>List</tt>. If the query contains
280-
* multiple results pre row, the results are returned in an instance
280+
* multiple results per row, the results are returned in an instance
281281
* of <tt>Object[]</tt>.
282282
*
283283
* @return the result list

0 commit comments

Comments
 (0)