From c74a2022cdd7f5a400e33e0c494f73b43dd5e334 Mon Sep 17 00:00:00 2001 From: Neeme Praks Date: Tue, 20 Jan 2015 08:54:43 +0200 Subject: [PATCH] DATAREST-457 - Fixed typo in JavaDoc of BaseUri. Original pull request: #159. --- .../main/java/org/springframework/data/rest/webmvc/BaseUri.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/BaseUri.java b/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/BaseUri.java index 0a3205653..aeed8c34a 100644 --- a/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/BaseUri.java +++ b/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/BaseUri.java @@ -30,7 +30,7 @@ import org.springframework.web.util.UriComponentsBuilder; import org.springframework.web.util.UrlPathHelper; /** - * Value object to be able to extract the lookup path within a configured base URi that forms a URI namespace. + * Value object to be able to extract the lookup path within a configured base URI that forms a URI namespace. * * @author Oliver Gierke */