Skip to content

Commit

Permalink
HHH-8328 Typo in Query.list Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
brmeyer committed Oct 8, 2013
1 parent 10383fb commit 6d097d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hibernate-core/src/main/java/org/hibernate/Query.java
Expand Up @@ -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
Expand Down

0 comments on commit 6d097d2

Please sign in to comment.