Author: ggregory
Date: Tue Sep 11 19:25:12 2012
New Revision: 1383567

URL: http://svn.apache.org/viewvc?rev=1383567&view=rev
Log:
Remove extra blank line.

Modified:
    
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVPrinter.java

Modified: 
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVPrinter.java
URL: 
http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVPrinter.java?rev=1383567&r1=1383566&r2=1383567&view=diff
==============================================================================
--- 
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVPrinter.java 
(original)
+++ 
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVPrinter.java 
Tue Sep 11 19:25:12 2012
@@ -45,7 +45,6 @@ public class CSVPrinter {
     public CSVPrinter(Appendable out, CSVFormat format) {
         this.out = out;
         this.format = format == null ? CSVFormat.DEFAULT : format;
-        
         this.format.validate();
     }
 


Reply via email to