From fd59f323e3e11f97fe1cfcf8aa28e465efb2ad56 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 1bc91dcdd..235fd53a3 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}.