Skip to content

Commit 4e4bebd

Browse files
authored
Merge pull request #1525 from aws/finks/mapper-readme
Fixing README.md
2 parents 66a1663 + 17005dd commit 4e4bebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services-custom/dynamodb-enhanced/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ values used are also completely arbitrary.
3333
public void setName(String name) { this.name = name; }
3434

3535
public String getCreatedDate() { return this.createdDate; }
36-
public void setCreatedDate() { this.createdDate = createdDate; }
36+
public void setCreatedDate(String createdDate) { this.createdDate = createdDate; }
3737
}
3838
```
3939

0 commit comments

Comments
 (0)