We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f58ee5 commit 2743c64Copy full SHA for 2743c64
src/test/java/org/apache/commons/io/output/DeferredFileOutputStreamTest.java
@@ -39,7 +39,9 @@
39
import org.junit.jupiter.params.provider.MethodSource;
40
41
/**
42
- * Tests {@code DeferredFileOutputStream}.
+ * Tests {@code DeferredFileOutputStream}. See also the superclass {@link ThresholdingOutputStream}.
43
+ *
44
+ * @see ThresholdingOutputStream
45
*/
46
public class DeferredFileOutputStreamTest extends AbstractTempDirTest {
47
0 commit comments