You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/protocols/aws-json-protocol/src/main/java/software/amazon/awssdk/protocols/json/internal/unmarshall/document/DocumentUnmarshaller.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ public Document visitString(String string) {
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/document/EnhancedDocument.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -449,7 +449,7 @@ interface Builder {
449
449
BuilderaddJson(StringattributeName, Stringjson);
450
450
451
451
/**
452
-
* Appends an attribute of name attributeName with specified value of the give EnhancedDocument.
452
+
* Appends an attribute of name attributeName with specified value of the given EnhancedDocument.
453
453
* @param attributeName Name of the attribute that needs to be added in the Document.
454
454
* @param enhancedDocument that needs to be added as a value to a key attribute.
455
455
* @return Builder instance to construct a {@link EnhancedDocument}
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/converter/attribute/JsonItemAttributeConverter.java
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -67,8 +67,8 @@ public AttributeValueType attributeValueType() {
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/converter/attribute/JsonNodeToAttributeValueMapConverter.java
0 commit comments