mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-27 21:01:15 +08:00
added SuppressWarnings
This commit is contained in:
parent
e39281c77c
commit
6462dcc8fd
@ -9,6 +9,7 @@ import com.mysema.query.types.PathMetadata;
|
||||
*
|
||||
* @param <T>
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
public class ComparableEntityPath<T extends Comparable> extends ComparablePath<T> implements EntityPath<T> {
|
||||
|
||||
private static final long serialVersionUID = -7115848171352092315L;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user