m1a2st commented on code in PR #18788:
URL: https://github.com/apache/kafka/pull/18788#discussion_r1939424672
##########
test-common/test-common-internal-api/src/main/java/org/apache/kafka/common/test/api/ClusterTestDefaults.java:
##########
@@ -28,7 +28,7 @@
/**
* Used to set class level defaults for any test template methods annotated
with {@link ClusterTest} or
* {@link ClusterTests}. The default values here are also used as the source
for defaults in
- * {@link ClusterTestExtensions}.
+ * {@see org.apache.kafka.common.test.junit.ClusterTestExtensions}.
Review Comment:
https://www.baeldung.com/javadoc-see-vs-link
> We can use the @see and @link tag multiple times in a class, package, or
method. The @see tag declares references that point to an external link, class,
or method. The @link tag can also be used multiple times for declaring inline
links or in contrast with other block tags. Consider the below example showing
the syntax for @see and @link tag:
I think see also Ok.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]