Skip to content

Commit

Permalink
Fix null spelling in javadoc (#5232)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagnir authored May 17, 2024
1 parent f7add20 commit 4230705
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
* // innerBean1 w/ @DynamoDbIgnoreNulls does not have any attribute values because all the fields are null
* assertThat(itemMap.get("innerBean1").m(), empty());
*
* // innerBean2 w/o @DynamoDbIgnoreNulls has a NULLL attribute.
* // innerBean2 w/o @DynamoDbIgnoreNulls has a NULL attribute.
* assertThat(nestedBean.getInnerBean2(), hasEntry("attribute", nullAttributeValue()));
* </code>
* </pre>
Expand Down

0 comments on commit 4230705

Please sign in to comment.