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 9e890bccb2
commit c74a2022cd

View File

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