Skip to content

Commit 2743c64

Browse files
committed
Javadoc
1 parent 6f58ee5 commit 2743c64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/java/org/apache/commons/io/output/DeferredFileOutputStreamTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
import org.junit.jupiter.params.provider.MethodSource;
4040

4141
/**
42-
* Tests {@code DeferredFileOutputStream}.
42+
* Tests {@code DeferredFileOutputStream}. See also the superclass {@link ThresholdingOutputStream}.
43+
*
44+
* @see ThresholdingOutputStream
4345
*/
4446
public class DeferredFileOutputStreamTest extends AbstractTempDirTest {
4547

0 commit comments

Comments
 (0)