Skip to content

Fix incorrect assertion examples in DynamoDbIgnoreNulls Javadoc#6826

Open
CheHyeonYeong wants to merge 1 commit intoaws:masterfrom
CheHyeonYeong:fix/dynamodb-ignore-nulls-javadoc
Open

Fix incorrect assertion examples in DynamoDbIgnoreNulls Javadoc#6826
CheHyeonYeong wants to merge 1 commit intoaws:masterfrom
CheHyeonYeong:fix/dynamodb-ignore-nulls-javadoc

Conversation

@CheHyeonYeong
Copy link
Copy Markdown

Summary

  • Fix empty() to anEmptyMap() for Map type checking (Hamcrest matcher issue)
  • Fix nestedBean.getInnerBean2() to itemMap.get("innerBean2").m() to correctly access the DynamoDB item map
  • Fix typo in example code: return innerBeanreturn innerBean2

Fixes #4459

Test plan

  • Verify Javadoc compiles without errors
  • Verify assertion examples are semantically correct
- 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
@CheHyeonYeong CheHyeonYeong requested a review from a team as a code owner March 28, 2026 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant