DATAREST-457 - Fixed typo in JavaDoc of BaseUri.

Original pull request: #159.
This commit is contained in:
Neeme Praks
2015-01-20 08:54:43 +02:00
committed by Oliver Gierke
parent 527ac2903f
commit 72f50e9f79

View File

@@ -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
*/