Commit a59a5b2
Fix incorrect assertion examples in DynamoDbIgnoreNulls Javadoc (#6826)
* Fix incorrect assertion examples in DynamoDbIgnoreNulls Javadoc
- Change empty() to anEmptyMap() for Map type checking
- Fix nestedBean.getInnerBean2() to itemMap.get("innerBean2").m()
- Fix typo: return innerBean -> return innerBean2
Signed-off-by: chehyeonyeong
* Minor wording update
---------
Signed-off-by: chehyeonyeong
Co-authored-by: Alex Woods <alextwoods@outlook.com>1 parent 59e7a25 commit a59a5b2
1 file changed
Lines changed: 5 additions & 5 deletions
File tree
- services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/mapper/annotations
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments