We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b749cc commit c9b16a3Copy full SHA for c9b16a3
test-common/test-common-runtime/src/main/java/org/apache/kafka/common/test/TestUtils.java
@@ -35,6 +35,7 @@
35
* Helper functions for writing unit tests.
36
* <p>
37
* <b>Package-private:</b> Not intended for use outside {@code org.apache.kafka.common.test}.
38
+ * Use {@code org/apache/kafka/test/TestUtils} instead.
39
*/
40
class TestUtils {
41
private static final Logger log = LoggerFactory.getLogger(TestUtils.class);
0 commit comments