Merge pull request #1585 from robertandrewbain/issue_1581

Minor correction to SQLQueryFactory's Javadoc
This commit is contained in:
John Tims 2015-09-28 21:29:35 -04:00
commit 2ccd6076f5

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>