Skip to content

Commit 8db94b3

Browse files
dougqhclaude
andcommitted
spotlessApply: re-wrap the numSlots() Javadoc line
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 3fe9af5 commit 8db94b3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

internal-api/src/main/java/datadog/trace/util/StringIndex.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
* path.
2121
* </ul>
2222
*
23-
* <p>Consumers attach their own parallel payload arrays (ids, values, ...) sized to {@link #numSlots()}
24-
* and indexed by the slot {@code indexOf} returns. {@code mapValues}/{@code mapIntValues}/{@code
25-
* mapLongValues} build such an array at construction; {@code lookup}/{@code lookupOrDefault} read
26-
* one back in a single call (slot resolve + array read).
23+
* <p>Consumers attach their own parallel payload arrays (ids, values, ...) sized to {@link
24+
* #numSlots()} and indexed by the slot {@code indexOf} returns. {@code mapValues}/{@code
25+
* mapIntValues}/{@code mapLongValues} build such an array at construction; {@code lookup}/{@code
26+
* lookupOrDefault} read one back in a single call (slot resolve + array read).
2727
*
2828
* <p>Slot 0-value is the empty sentinel: {@link Support#hash} never returns 0, so {@code hashes[i]
2929
* == 0} unambiguously means an empty slot.

0 commit comments

Comments
 (0)