Skip to content

Commit fe885b3

Browse files
committed
Fixing Javadoc.
Related: GH-3024.
1 parent 2c0ef66 commit fe885b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/main/java/org/springframework/data/web/config/EnableSpringDataWebSupport.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
* by Spring Data repositories as controller method arguments bound with
4848
* {@link org.springframework.web.bind.annotation.PathVariable} or
4949
* {@link org.springframework.web.bind.annotation.RequestParam}.</li>
50-
* <li>{@link PageableHandlerMethodArgumentResolver} - to allow injection of
50+
* <li>{@link org.springframework.data.web.PageableHandlerMethodArgumentResolver} - to allow injection of
5151
* {@link org.springframework.data.domain.Pageable} instances into controller methods automatically created from request
5252
* parameters.</li>
5353
* <li>{@link org.springframework.data.web.SortHandlerMethodArgumentResolver} - to allow injection of
@@ -57,7 +57,7 @@
5757
* If Spring HATEOAS is present on the classpath we will register the following beans:
5858
* <ul>
5959
* <li>{@link org.springframework.data.web.HateoasPageableHandlerMethodArgumentResolver} - instead of
60-
* {@link PageableHandlerMethodArgumentResolver}</li>
60+
* {@link org.springframework.data.web.PageableHandlerMethodArgumentResolver}</li>
6161
* <li>{@link org.springframework.data.web.HateoasSortHandlerMethodArgumentResolver} - instead of
6262
* {@link org.springframework.data.web.SortHandlerMethodArgumentResolver}</li>
6363
* <li>{@link org.springframework.data.web.PagedResourcesAssembler} - for injection into web components</li>

0 commit comments

Comments
 (0)