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
commit 6b7f261dbd035ebb3248eb75f012d48444e69003 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Oct 30 21:29:25 2021 -0400 Remove useless comments. --- src/test/java/org/apache/commons/io/CopyUtilsTest.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/test/java/org/apache/commons/io/CopyUtilsTest.java b/src/test/java/org/apache/commons/io/CopyUtilsTest.java index af71861..715b457 100644 --- a/src/test/java/org/apache/commons/io/CopyUtilsTest.java +++ b/src/test/java/org/apache/commons/io/CopyUtilsTest.java @@ -54,10 +54,6 @@ public class CopyUtilsTest { private final byte[] inData = TestUtils.generateTestData(FILE_SIZE); - // ---------------------------------------------------------------- - // Tests - // ---------------------------------------------------------------- - @Test public void copy_byteArrayToOutputStream() throws Exception { final ByteArrayOutputStream baout = new ByteArrayOutputStream(); @@ -215,4 +211,4 @@ public class CopyUtilsTest { // Nothing to assert, the constructor is public and does not blow up. } -} // CopyUtilsTest +}