HHH-8328 Typo in Query.list Javadoc
This commit is contained in:
parent
10383fb4bb
commit
6d097d202b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue