From fe885b3b9b6ed9b3d2c0ad27c68e8a86e4c929b5 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 12 Jan 2024 21:48:56 +0100 Subject: [PATCH] Fixing Javadoc. Related: GH-3024. --- .../data/web/config/EnableSpringDataWebSupport.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: *