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: services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/document/DefaultEnhancedDocument.java
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@
51
51
/**
52
52
* Default implementation of {@link EnhancedDocument}. This class is used by SDK to create Enhanced Documents.
53
53
* Internally saves attributes in an attributeValueMap which can be written to DynamoDB without further conversion.
54
-
* The attribute values are retrieve by converting attributeValue from attributeValueMap at the time of get.
54
+
* The attribute values are retrieved by converting attributeValue from attributeValueMap at the time of get.
55
55
*/
56
56
@Immutable
57
57
@SdkInternalApi
@@ -75,10 +75,6 @@ public DefaultEnhancedDocument(DefaultBuilder builder) {
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/document/DefaultEnhancedDocumentTest.java
0 commit comments