DATACMNS-1293 - Fixed Querydsl package reference in QuerydslPredicateArgumentResolver Javadoc.

Original pull request: #284.
This commit is contained in:
Robert Winkler
2018-04-11 09:46:43 +02:00
committed by Mark Paluch
parent 170c25d355
commit 6275ded50f

View File

@@ -41,7 +41,7 @@ import org.springframework.web.method.support.ModelAndViewContainer;
import com.querydsl.core.types.Predicate;
/**
* {@link HandlerMethodArgumentResolver} to allow injection of {@link com.mysema.query.types.Predicate} into Spring MVC
* {@link HandlerMethodArgumentResolver} to allow injection of {@link com.querydsl.core.types.Predicate} into Spring MVC
* controller methods.
*
* @author Christoph Strobl