Replace @link by proper KDoc class reference in tests

Closes gh-30836
This commit is contained in:
Sébastien Deleuze
2023-07-07 17:47:01 +02:00
parent 0b7a24fc14
commit fb17e283d1
4 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ import java.time.Duration
import java.util.*
/**
* Kotlin unit tests for {@link AbstractMessageWriterResultHandler}.
* Kotlin unit tests for [AbstractMessageWriterResultHandler].
*
* @author Sebastien Deleuze
*/