HHH-8328 Typo in Query.list Javadoc

This commit is contained in:
Brett Meyer 2013-10-08 14:17:52 -04:00
parent 10383fb4bb
commit 6d097d202b
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ public interface Query extends BasicQueryContract {
/**
* Return the query results as a <tt>List</tt>. 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 <tt>Object[]</tt>.
*
* @return the result list