Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4430C107E4 for ; Wed, 8 May 2013 19:33:22 +0000 (UTC) Received: (qmail 23678 invoked by uid 500); 8 May 2013 19:33:21 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 23538 invoked by uid 500); 8 May 2013 19:33:21 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 23340 invoked by uid 99); 8 May 2013 19:33:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 May 2013 19:33:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 May 2013 19:33:17 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id EC52D238897D for ; Wed, 8 May 2013 19:32:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r861378 [2/41] - in /websites/production/commons/content/proper/commons-io: ./ apidocs/ apidocs/org/apache/commons/io/ apidocs/src-html/org/apache/commons/io/ cobertura/ xref/org/apache/commons/io/ Date: Wed, 08 May 2013 19:32:41 -0000 To: commits@commons.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130508193256.EC52D238897D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: websites/production/commons/content/proper/commons-io/apidocs/org/apache/commons/io/FileUtils.html ============================================================================== --- websites/production/commons/content/proper/commons-io/apidocs/org/apache/commons/io/FileUtils.html (original) +++ websites/production/commons/content/proper/commons-io/apidocs/org/apache/commons/io/FileUtils.html Wed May 8 19:32:39 2013 @@ -115,7 +115,7 @@ extends Version: -
$Id: FileUtils.java 1480300 2013-05-08 14:36:32Z ggregory $
+
$Id: FileUtils.java 1480346 2013-05-08 16:45:03Z ggregory $
@@ -397,9 +397,8 @@ extends
static void -copyInputStreamToFile(InputStream source, - File destination, - boolean closeSource) +copyToFile(InputStream source, + File destination)
Copies bytes from an InputStream source to a file destination.
@@ -2125,22 +2124,22 @@ extends +