Skip to content

Commit c89ba84

Browse files
MP-11740 Update comment in test
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e0facc9 commit c89ba84

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/test/java/com/trivago/fastutilconcurrentwrapper/longshort/FloorEntryCorrectnessTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
* <li>{@link FloorableLongShortAVLTreeMap} — headMap()-based</li>
1717
* </ul>
1818
*
19-
* <p>Uses a given-when-then structure. Both implementations are tested with
20-
* identical inputs via {@link FloorEntryContract} to ensure behavioural equivalence.
19+
* <p>Uses a given-when-then structure and exercises the implementation via
20+
* {@link FloorEntryContract}.
2121
*/
2222
class FloorEntryCorrectnessTest {
2323

2424
/**
25-
* Shared contract tests that both implementations must satisfy.
26-
* Each nested class instantiates its own map type and delegates here.
25+
* Shared contract tests for the {@code floorEntry()} behaviour exercised by
26+
* the nested test class.
2727
*/
2828
interface FloorEntryContract {
2929

0 commit comments

Comments
 (0)