Revision: 7149
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7149&view=rev
Author:   dnaber
Date:     2012-06-01 22:52:00 +0000 (Fri, 01 Jun 2012)
Log Message:
-----------
add newline to stdout output

Modified Paths:
--------------
    
trunk/JLanguageTool/src/dev/org/languagetool/dev/wikipedia/WikipediaIndexHandler.java

Modified: 
trunk/JLanguageTool/src/dev/org/languagetool/dev/wikipedia/WikipediaIndexHandler.java
===================================================================
--- 
trunk/JLanguageTool/src/dev/org/languagetool/dev/wikipedia/WikipediaIndexHandler.java
       2012-06-01 13:06:18 UTC (rev 7148)
+++ 
trunk/JLanguageTool/src/dev/org/languagetool/dev/wikipedia/WikipediaIndexHandler.java
       2012-06-01 22:52:00 UTC (rev 7149)
@@ -153,7 +153,7 @@
     }
     final long end = System.currentTimeMillis();
     final float minutes = (end - start) / (float)(1000 * 60);
-    System.out.printf("Indexing took %.2f minutes", minutes);
+    System.out.printf("Indexing took %.2f minutes\n", minutes);
   }
 
   private class DocumentLimitReachedException extends RuntimeException {

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to