This commit is contained in:
Timo Westkämper 2011-02-10 20:32:16 +00:00
parent 80c01ffc50
commit 32bab089c8
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ import com.mysema.query.types.SubQueryExpression;
*
* @author tiwe
*
* @param <Q>
* @param <Q> concrete type
*/
public interface SQLCommonQuery<Q extends SQLCommonQuery<Q>> extends Query<Q> {

View File

@ -15,7 +15,7 @@ import com.mysema.query.types.OrderSpecifier;
*
* @author tiwe
*
* @param <RT>
* @param <RT> return type of projection
*/
public interface Union<RT>{