DATACMNS-1293 - Fixed Querydsl package reference in QuerydslPredicateArgumentResolver Javadoc.
Original pull request: #284.
This commit is contained in:
committed by
Mark Paluch
parent
170c25d355
commit
6275ded50f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user