Skip to content

Commit

Permalink
Remove outdated information from Javadoc for `PageableHandlerMethodAr…
Browse files Browse the repository at this point in the history
…gumentResolver`.

Closes #3188
  • Loading branch information
sryze authored and mp911de committed Oct 29, 2024
1 parent 8099e88 commit 1e8dc21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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

0 comments on commit 1e8dc21

Please sign in to comment.