Skip to content

Commit 471b947

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1415254 13f79535-47bb-0310-9956-ffa450edef68
1 parent 67d7f97 commit 471b947

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/org/apache/commons/io/IOUtilsTestCase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ public void testToCharArray_Reader() throws Exception {
998998
/**
999999
* Test for {@link IOUtils#toInputStream(CharSequence)} and {@link IOUtils#toInputStream(CharSequence, String)}.
10001000
* Note, this test utilizes on {@link IOUtils#toByteArray(java.io.InputStream)} and so relies on
1001-
* {@link #testInputStreamToByteArray()} to ensure this method functions correctly.
1001+
* {@link #testToByteArray_InputStream()} to ensure this method functions correctly.
10021002
*
10031003
* @throws Exception
10041004
* on error
@@ -1021,7 +1021,7 @@ public void testToInputStream_CharSequence() throws Exception {
10211021
/**
10221022
* Test for {@link IOUtils#toInputStream(String)} and {@link IOUtils#toInputStream(String, String)}. Note, this test
10231023
* utilizes on {@link IOUtils#toByteArray(java.io.InputStream)} and so relies on
1024-
* {@link #testInputStreamToByteArray()} to ensure this method functions correctly.
1024+
* {@link #testToByteArray_InputStream()} to ensure this method functions correctly.
10251025
*
10261026
* @throws Exception
10271027
* on error

0 commit comments

Comments
 (0)