chia7712 commented on code in PR #22907:
URL: https://github.com/apache/kafka/pull/22907#discussion_r3789389878
##########
core/src/test/scala/integration/kafka/api/AbstractSaslTest.scala:
##########
@@ -15,8 +15,6 @@ package kafka.api
/**
* Abstract Sasl test to be used both in scala and java tests of SASL.
* Separate class required to overcome issues related to usage of scala trait
in java code.
- * @see SaslClientsWithInvalidCredentialsTest
*/
abstract class AbstractSaslTest extends IntegrationTestHarness with SaslSetup {
Review Comment:
Could we remove this unused abstract class?
--
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]