diff --git a/src/main/java/org/springframework/data/web/config/EnableSpringDataWebSupport.java b/src/main/java/org/springframework/data/web/config/EnableSpringDataWebSupport.java index 4efb0f9e6..de6f4e44b 100644 --- a/src/main/java/org/springframework/data/web/config/EnableSpringDataWebSupport.java +++ b/src/main/java/org/springframework/data/web/config/EnableSpringDataWebSupport.java @@ -47,7 +47,7 @@ import org.springframework.util.ClassUtils; * by Spring Data repositories as controller method arguments bound with * {@link org.springframework.web.bind.annotation.PathVariable} or * {@link org.springframework.web.bind.annotation.RequestParam}. - *
  • {@link PageableHandlerMethodArgumentResolver} - to allow injection of + *
  • {@link org.springframework.data.web.PageableHandlerMethodArgumentResolver} - to allow injection of * {@link org.springframework.data.domain.Pageable} instances into controller methods automatically created from request * parameters.
  • *
  • {@link org.springframework.data.web.SortHandlerMethodArgumentResolver} - to allow injection of @@ -57,7 +57,7 @@ import org.springframework.util.ClassUtils; * If Spring HATEOAS is present on the classpath we will register the following beans: *