DATACMNS-112, DATACMNS-109 - Upgraded to Querydsl 2.3.0.

This commit is contained in:
Oliver Gierke
2011-12-19 18:03:08 +01:00
parent eebc822dff
commit 89410efb7a
2 changed files with 2 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ class TypeVariableTypeInformation<T> extends ParentTypeAwareTypeInformation<T> {
* @param owningType must not be {@literal null}
* @param parent
*/
@SuppressWarnings("rawtypes")
public TypeVariableTypeInformation(TypeVariable<?> variable, Type owningType, TypeDiscoverer<?> parent, Map<TypeVariable, Type> map) {
super(variable, parent, map);