Revision: 19570
          http://sourceforge.net/p/gate/code/19570
Author:   markagreenwood
Date:     2016-09-09 07:01:55 +0000 (Fri, 09 Sep 2016)
Log Message:
-----------
flush the output stream otherwise the file gets randomly truncated

Modified Paths:
--------------
    gate/trunk/plugins/TermRaider/src/gate/termraider/output/CsvGenerator.java

Modified: 
gate/trunk/plugins/TermRaider/src/gate/termraider/output/CsvGenerator.java
===================================================================
--- gate/trunk/plugins/TermRaider/src/gate/termraider/output/CsvGenerator.java  
2016-09-09 01:22:43 UTC (rev 19569)
+++ gate/trunk/plugins/TermRaider/src/gate/termraider/output/CsvGenerator.java  
2016-09-09 07:01:55 UTC (rev 19570)
@@ -44,6 +44,8 @@
       }
     }
     addComment(bank, "Filtered nbr of terms = " + written);
+    
+    writer.flush();
   }
 
   

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to