added SuppressWarnings

This commit is contained in:
Timo Westkämper 2011-07-05 10:28:08 +00:00
parent e39281c77c
commit 6462dcc8fd

View File

@ -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;