Skip to content

Commit 3487052

Browse files
committed
spotless & javadoc clean-up
1 parent 0c324b1 commit 3487052

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal-api/src/main/java/datadog/trace/api/TagMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* <p>
4747
* When there is only a single Entry in a particular bucket, the Entry is stored into the bucket directly.
4848
* <p>
49-
* Because the Entry objects can be shared between multiple TagMaps, the Entry objects cannot contain
49+
* Because the Entry objects can be shared between multiple TagMaps, the Entry objects cannot
5050
* directly form a link list to handle collisions.
5151
* <p>
5252
* Instead when multiple entries collide in the same bucket, a BucketGroup is formed to hold multiple entries.

internal-api/src/test/java/datadog/trace/api/TagMapFuzzTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ static final void assertMapEquals(Map<String, Object> expected, TagMap actual) {
996996
Object expectedValue = expected.get(actualEntry.tag());
997997
assertEquals(expectedValue, actualEntry.objectValue());
998998
}
999-
999+
10001000
actual.checkIntegrity();
10011001
}
10021002

0 commit comments

Comments
 (0)