Minor correction to SQLQueryFactory's Javadoc

This commit is contained in:
Robert Bain 2015-09-27 15:50:34 +01:00
parent 5789cae7d9
commit 627aeeecd8

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>