From f755987a02a281b8ec1d2f65b383989b3fe5071e 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 145409b00..8bce1fc59 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 @@ -31,7 +31,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 */