Remove references to codehaus.org

Issue: SPR-13129
This commit is contained in:
Stephane Nicoll
2015-06-15 15:44:17 +02:00
parent 68a704373d
commit 95acf8c989
10 changed files with 12 additions and 19 deletions

View File

@@ -25,7 +25,7 @@ import org.springframework.http.MediaType;
/**
* Implementation of {@link org.springframework.http.converter.HttpMessageConverter HttpMessageConverter} that
* can read and write JSON using <a href="http://jackson.codehaus.org/">Jackson 2.x's</a> {@link ObjectMapper}.
* can read and write JSON using <a href="http://wiki.fasterxml.com/JacksonHome">Jackson 2.x's</a> {@link ObjectMapper}.
*
* <p>This converter can be used to bind to typed beans, or untyped {@link java.util.HashMap HashMap} instances.
*