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 20:48:14 UTC

svn commit: r1297669 - /commons/proper/io/trunk/src/test/java/org/apache/commons/io/output/DeferredFileOutputStreamTest.java

Author: ggregory
Date: Tue Mar  6 19:48:13 2012
New Revision: 1297669

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

Modified:
    commons/proper/io/trunk/src/test/java/org/apache/commons/io/output/DeferredFileOutputStreamTest.java

Modified: commons/proper/io/trunk/src/test/java/org/apache/commons/io/output/DeferredFileOutputStreamTest.java
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/test/java/org/apache/commons/io/output/DeferredFileOutputStreamTest.java?rev=1297669&r1=1297668&r2=1297669&view=diff
==============================================================================
--- commons/proper/io/trunk/src/test/java/org/apache/commons/io/output/DeferredFileOutputStreamTest.java (original)
+++ commons/proper/io/trunk/src/test/java/org/apache/commons/io/output/DeferredFileOutputStreamTest.java Tue Mar  6 19:48:13 2012
@@ -209,7 +209,7 @@ public class DeferredFileOutputStreamTes
         testFile.delete();
 
         DeferredFileOutputStream dfos =
-                new DeferredFileOutputStream(testBytes.length /2, testFile);
+                new DeferredFileOutputStream(testBytes.length / 2, testFile);
         try{
             dfos.write(testBytes);