Skip to content

Commit 687a1b6

Browse files
committed
Refactor
1 parent 3cb795b commit 687a1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk1/src/test/java/com/amazonaws/services/dynamodbv2/datamodeling/internal/AttributeValueMarshallerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public void testSimpleMapWithNull() {
266266
marshall(av);
267267
Assert.fail("Unexpected success");
268268
} catch (final NullPointerException npe) {
269-
// Map entries may permute under nondeterministic JAVA API
269+
// Map entries may permute under nondeterministic Java API
270270
String npeMessage = npe.getMessage();
271271
String common = "Encountered null map value for key NullKeyValue while marshalling attribute value";
272272
String permutation1 = common + " {M: {KeyValue={S: ValueValue,}, NullKeyValue=null},}";

0 commit comments

Comments
 (0)