HHH-8328 Typo in Query.list Javadoc

Conflicts:
	hibernate-core/src/main/java/org/hibernate/Query.java
This commit is contained in:
Brett Meyer 2013-10-08 14:19:37 -04:00
parent 1ec00e6199
commit e588d2cd6d
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ public interface Query {
public ScrollableResults scroll(ScrollMode scrollMode) throws HibernateException;
/**
* 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