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/document/EnhancedDocument.java
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -319,11 +319,10 @@ static Builder builder() {
319
319
*
320
320
* @param attributeName Name of the attribute.
321
321
* @return value of the specified attribute in the current document as a non-null Boolean.
322
-
* @throws RuntimeException
323
-
* if either the attribute doesn't exist or if the attribute
324
-
* value cannot be converted into a boolean value.
322
+
* @throws RuntimeException if either the attribute doesn't exist or if the attribute value cannot be converted into a boolean
323
+
* value.
325
324
*/
326
-
booleangetBoolean(StringattributeName);
325
+
BooleangetBoolean(StringattributeName);
327
326
328
327
/**
329
328
* Gets the value as Object for a given attribute in the current document.
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/document/DefaultEnhancedDocument.java
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/TableSchemaTest.java
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/functionaltests/DocumentSchemaTableTest.java
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/functionaltests/document/CreateTableTest.java
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/functionaltests/document/PutDocumentTestTest.java
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/mapper/DocumentTableSchemaTest.java
0 commit comments