Fixed javadoc links

This commit is contained in:
Juergen Hoeller
2014-07-18 17:21:44 +02:00
parent 3be190df6a
commit 188e58c46a
10 changed files with 70 additions and 53 deletions

View File

@@ -341,7 +341,7 @@ public class Jackson2ObjectMapperFactoryBean implements FactoryBean<ObjectMapper
/**
* Specify a {@link com.fasterxml.jackson.databind.PropertyNamingStrategy} to
* configure the {@link ObjectMapper} with.
* @@since 4.0.2
* @since 4.0.2
*/
public void setPropertyNamingStrategy(PropertyNamingStrategy propertyNamingStrategy) {
this.propertyNamingStrategy = propertyNamingStrategy;