Skip to content

Commit 5a23a77

Browse files
committed
[IO-381] Fix Javadoc. The whole method might be removed though...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1480308 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5666a20 commit 5a23a77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/FileUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,7 @@ public static void copyInputStreamToFile(final InputStream source, final File de
15161516
* will be created if they don't already exist. <code>destination</code>
15171517
* will be overwritten if it already exists.
15181518
*
1519-
* @param source the <code>InputStream</code> to copy bytes from, must not be {@code null}, will be closed
1519+
* @param source the <code>InputStream</code> to copy bytes from, must not be {@code null}
15201520
* @param destination the non-directory <code>File</code> to write bytes to
15211521
* (possibly overwriting), must not be {@code null}
15221522
* @param closeSource If true, closes the <code>source</code>

0 commit comments

Comments
 (0)