Skip to content

Commit 3464dc5

Browse files
committed
Updated broken URL for Jackson documentation
1 parent b433c97 commit 3464dc5

File tree

1 file changed

+2
-3
lines changed
  • aws-java-sdk-dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/datamodeling

1 file changed

+2
-3
lines changed

aws-java-sdk-dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/JsonMarshaller.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
import com.fasterxml.jackson.databind.ObjectWriter;
2222

2323
/**
24-
* Simple JSON marshaller that uses Jackson mapper. It has all the limitations
25-
* of that library, the documentation of which is available here:
26-
* http://docs.codehaus.org/display/JACKSON/Home
24+
* A simple JSON marshaller that uses the Jackson JSON processor. It shares all limitations of that
25+
* library. For more information about Jackson, see: http://wiki.fasterxml.com/JacksonHome
2726
*/
2827
public class JsonMarshaller<T extends Object> implements DynamoDBMarshaller<T> {
2928

0 commit comments

Comments
 (0)