Skip to content

Commit 59ff9b6

Browse files
authored
Corrected a minor JavaDoc typo in the DynamoDbBean class. (#4325)
1 parent 1388753 commit 59ff9b6

File tree

1 file changed

+1
-1
lines changed
  • services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/mapper/annotations

1 file changed

+1
-1
lines changed

services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/mapper/annotations/DynamoDbBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
* }
6868
*
6969
* public void setId(String id) {
70-
* this.name = id;
70+
* this.id = id;
7171
* }
7272
*
7373
* public Instant getCreatedOn() {

0 commit comments

Comments
 (0)