Skip to content

Commit 1e8dc21

Browse files
sryzemp911de
authored andcommitted
Remove outdated information from Javadoc for PageableHandlerMethodArgumentResolver.
Closes #3188
1 parent 8099e88 commit 1e8dc21

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/main/java/org/springframework/data/web/PageableHandlerMethodArgumentResolver.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626

2727
/**
2828
* Extracts paging information from web requests and thus allows injecting {@link Pageable} instances into controller
29-
* methods. Request properties to be parsed can be configured. Default configuration uses request parameters beginning
30-
* with {@link #DEFAULT_PAGE_PARAMETER}{@link #DEFAULT_QUALIFIER_DELIMITER}.
29+
* methods. Request properties to be parsed can be configured.
3130
*
3231
* @author Oliver Gierke
3332
* @author Nick Williams

src/main/java/org/springframework/data/web/PageableHandlerMethodArgumentResolverSupport.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
/**
3535
* Base class providing methods for handler method argument resolvers to create paging information from web requests and
3636
* thus allows injecting {@link Pageable} instances into controller methods. Request properties to be parsed can be
37-
* configured. Default configuration uses request parameters beginning with
38-
* {@link #DEFAULT_PAGE_PARAMETER}{@link #DEFAULT_QUALIFIER_DELIMITER}.
37+
* configured.
3938
*
4039
* @author Mark Paluch
4140
* @author Vedran Pavic

0 commit comments

Comments
 (0)