Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove outdated information from Javadoc for PageableHandlerMethodArgumentResolver[Support] #3188

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@

/**
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
/**
* 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
Expand Down