Remove outdated information from Javadoc for PageableHandlerMethodArgumentResolver.
Closes #3188
This commit is contained in:
committed by
Mark Paluch
parent
9f11e7af4f
commit
7a5e4d7305
@@ -26,8 +26,7 @@ import org.springframework.web.method.support.ModelAndViewContainer;
|
||||
|
||||
/**
|
||||
* Extracts paging information from web requests and thus allows injecting {@link Pageable} instances into controller
|
||||
* methods. Request properties to be parsed can be configured. Default configuration uses request parameters beginning
|
||||
* with {@link #DEFAULT_PAGE_PARAMETER}{@link #DEFAULT_QUALIFIER_DELIMITER}.
|
||||
* methods. Request properties to be parsed can be configured.
|
||||
*
|
||||
* @author Oliver Gierke
|
||||
* @author Nick Williams
|
||||
|
||||
@@ -34,8 +34,7 @@ import org.springframework.util.StringUtils;
|
||||
/**
|
||||
* Base class providing methods for handler method argument resolvers to create paging information from web requests and
|
||||
* thus allows injecting {@link Pageable} instances into controller methods. Request properties to be parsed can be
|
||||
* configured. Default configuration uses request parameters beginning with
|
||||
* {@link #DEFAULT_PAGE_PARAMETER}{@link #DEFAULT_QUALIFIER_DELIMITER}.
|
||||
* configured.
|
||||
*
|
||||
* @author Mark Paluch
|
||||
* @author Vedran Pavic
|
||||
|
||||
Reference in New Issue
Block a user