Skip to content

Commit

Permalink
Corrected a minor JavaDoc typo in the DynamoDbBean class. (#4325)
Browse files Browse the repository at this point in the history
  • Loading branch information
joviegas committed Aug 21, 2023
1 parent 1388753 commit 59ff9b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
* }
*
* public void setId(String id) {
* this.name = id;
* this.id = id;
* }
*
* public Instant getCreatedOn() {
Expand Down

0 comments on commit 59ff9b6

Please sign in to comment.