From be4e028667e724f2ecf8a735e7a35b47f93b6aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20L=C3=BCdiger?= Date: Fri, 25 May 2018 14:35:47 +0200 Subject: [PATCH] DATAREST-810 - Fix minor typo in Javadoc. Original pull request: #295. $ Conflicts: $ spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/RepositoryEntityController.java --- .../data/rest/webmvc/RepositoryEntityController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/RepositoryEntityController.java b/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/RepositoryEntityController.java index 982fca5ee..50e47f1a7 100644 --- a/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/RepositoryEntityController.java +++ b/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/RepositoryEntityController.java @@ -293,8 +293,8 @@ class RepositoryEntityController extends AbstractRepositoryRestController implem } /** - * HEAD /{repsoitory}/{id} - * + * HEAD /{repository}/{id} + * * @param resourceInformation * @param id * @return