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/DynamoDbEnhancedClient.java
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/DynamoDbTable.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -851,7 +851,7 @@ default void deleteTable() {
851
851
}
852
852
853
853
/**
854
-
* Describes a table in DynamoDb with the name defined for this {@link DynamoDbTable).
854
+
* Describes a table in DynamoDb with the name defined for this {@link DynamoDbTable}.
855
855
* This operation calls the low-level DynamoDB API DescribeTable operation,
856
856
* see {@link DynamoDbClient#describeTable(DescribeTableRequest)}
0 commit comments