HHH-3409 : ResultTransformer uniqueing

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14996 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2008-07-31 14:57:47 +00:00
parent 1851bffce7
commit ec7288458e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ final public class Transformers {
/**
* Each row of results is a <tt>List</tt>
*/
public static final ResultTransformer TO_LIST = ToListResultTransformer.INSTANCE;
public static final ToListResultTransformer TO_LIST = ToListResultTransformer.INSTANCE;
/**
* Creates a resulttransformer that will inject aliased values into