From e849e385cf72f12129fe8324712fb65f6a593df1 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 7 Feb 2019 20:50:46 +0100 Subject: [PATCH] DATAREST-1332 - Polishing. --- .../data/rest/webmvc/RepositoryRestHandlerMapping.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/RepositoryRestHandlerMapping.java b/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/RepositoryRestHandlerMapping.java index b9a460e1f..a9fb9b4ad 100644 --- a/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/RepositoryRestHandlerMapping.java +++ b/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/RepositoryRestHandlerMapping.java @@ -252,7 +252,7 @@ public class RepositoryRestHandlerMapping extends BasePathAwareHandlerMapping { * Exposes the effective repository resource lookup path as request attribute via * {@link #EFFECTIVE_LOOKUP_PATH_ATTRIBUTE}, i.e. {@code /people/search/\{search\}} instead of * {@code /\{repository\}/search/\{search\}}. - * + * * @param method must not be {@literal null}. * @param request must not be {@literal null}. * @param repositoryBasePath must not be {@literal null}.