You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/03/06 21:20:24 UTC

svn commit: r1297679 - /commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java

Author: ggregory
Date: Tue Mar  6 20:20:24 2012
New Revision: 1297679

URL: http://svn.apache.org/viewvc?rev=1297679&view=rev
Log:
Format fix.

Modified:
    commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java

Modified: commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java?rev=1297679&r1=1297678&r2=1297679&view=diff
==============================================================================
--- commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java (original)
+++ commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java Tue Mar  6 20:20:24 2012
@@ -115,7 +115,7 @@ public class DeferredFileOutputStream
      */
     public DeferredFileOutputStream(int threshold, String prefix, String suffix, File directory)
     {
-        this(threshold,   null, prefix, suffix, directory);
+        this(threshold, null, prefix, suffix, directory);
         if (prefix == null) {
             throw new IllegalArgumentException("Temporary file prefix is missing");
         }