This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new 6d5d3afb Javadoc 6d5d3afb is described below commit 6d5d3afb89dc70db67c2ecc8b5c1a9d8788187e5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Apr 28 17:05:42 2023 -0400 Javadoc --- .../commons/io/output/DeferredFileOutputStreamTest.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/test/java/org/apache/commons/io/output/DeferredFileOutputStreamTest.java b/src/test/java/org/apache/commons/io/output/DeferredFileOutputStreamTest.java index a2b14437..35038d2e 100644 --- a/src/test/java/org/apache/commons/io/output/DeferredFileOutputStreamTest.java +++ b/src/test/java/org/apache/commons/io/output/DeferredFileOutputStreamTest.java @@ -182,7 +182,7 @@ public class DeferredFileOutputStreamTest { } /** - * Test specifying a temporary file and the threshold is reached. + * Tests specifying a temporary file and the threshold is reached. */ @ParameterizedTest(name = "initialBufferSize = {0}") @MethodSource("data") @@ -218,7 +218,7 @@ public class DeferredFileOutputStreamTest { } /** - * Test specifying a temporary file and the threshold is reached. + * Tests specifying a temporary file and the threshold is reached. * @throws IOException */ @ParameterizedTest(name = "initialBufferSize = {0}") @@ -254,7 +254,7 @@ public class DeferredFileOutputStreamTest { } /** - * Test specifying a temporary file and the threshold not reached. + * Tests specifying a temporary file and the threshold not reached. * @throws IOException */ @ParameterizedTest(name = "initialBufferSize = {0}") @@ -273,7 +273,7 @@ public class DeferredFileOutputStreamTest { } /** - * Test specifying a temporary file and the threshold is reached. + * Tests specifying a temporary file and the threshold is reached. * * @throws Exception */ @@ -320,7 +320,7 @@ public class DeferredFileOutputStreamTest { } /** - * Test whether writeTo() properly writes large content. + * Tests whether writeTo() properly writes large content. */ @ParameterizedTest(name = "initialBufferSize = {0}") @MethodSource("data") @@ -347,7 +347,7 @@ public class DeferredFileOutputStreamTest { } /** - * Test whether writeTo() properly writes large content. + * Tests whether writeTo() properly writes large content. */ @ParameterizedTest(name = "initialBufferSize = {0}") @MethodSource("data") @@ -374,7 +374,7 @@ public class DeferredFileOutputStreamTest { } /** - * Test whether writeTo() properly writes small content. + * Tests whether writeTo() properly writes small content. * @throws IOException */ @ParameterizedTest(name = "initialBufferSize = {0}")