Skip to content

Commit

Permalink
DATACMNS-112, DATACMNS-109 - Upgraded to Querydsl 2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Dec 19, 2011
1 parent eebc822 commit 89410ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spring-data-commons-core/pom.xml
Expand Up @@ -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>
Expand Down
Expand Up @@ -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);
Expand Down

0 comments on commit 89410ef

Please sign in to comment.