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}.