Merge branch 'master' into issue_1561

This commit is contained in:
Robert Bain 2015-09-29 10:38:01 +01:00
commit 6883c85dbf

View File

@ -135,7 +135,7 @@ public class SQLQueryFactory extends AbstractSQLQueryFactory<SQLQuery<?>> {
}
/**
* Create a new detached SQLQuery instance with the given projection and source
* Create a new SQLQuery instance with the given projection and source
*
* @param expr query source and projection
* @param <T>