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

@@ -12,7 +12,7 @@
<name>Spring Data Commons Core</name>
<properties>
<querydsl.version>2.2.0</querydsl.version>
<querydsl.version>2.3.0</querydsl.version>
<cdi.version>1.0</cdi.version>
<webbeans.version>1.1.3</webbeans.version>
</properties>

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