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 88edc665731714cfbcc9ea5c7f5aea2025f245c7
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Oct 27 15:04:36 2023 -0400

    Javadoc
---
 src/test/java/org/apache/commons/io/IOUtilsCopyTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/io/IOUtilsCopyTest.java 
b/src/test/java/org/apache/commons/io/IOUtilsCopyTest.java
index 1dbe9c2b..0cd5d169 100644
--- a/src/test/java/org/apache/commons/io/IOUtilsCopyTest.java
+++ b/src/test/java/org/apache/commons/io/IOUtilsCopyTest.java
@@ -99,7 +99,7 @@ public class IOUtilsCopyTest {
     }
 
     /**
-     * Test Copying file > 2GB  - see issue# IO-84
+     * Test Copying file > 2GB - see issue# IO-84
      */
     @Test
     public void testCopy_inputStreamToOutputStream_IO84() throws Exception {

Reply via email to