From 1a15a53a0f234d7f6e391e3db01dadf290464e54 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Wed, 13 Oct 2010 09:25:18 +0000
Subject: [PATCH] - cleaned up comments

---
 src/fr/inrialpes/exmo/align/util/GenPlot.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/fr/inrialpes/exmo/align/util/GenPlot.java b/src/fr/inrialpes/exmo/align/util/GenPlot.java
index 63566750..59bcb2d3 100644
--- a/src/fr/inrialpes/exmo/align/util/GenPlot.java
+++ b/src/fr/inrialpes/exmo/align/util/GenPlot.java
@@ -508,8 +508,8 @@ public class GenPlot {
 	output.println("&chds=0,10\"/>");
     }
 
-    // 2010: THIS IS ONLY FOR TSV AND THIS DOES NOT WORK
-    // IT IS SUPPOSED TO PROVIDE
+    // 2010: TSV output is not finished
+    // It is supposed to provide
     // List of algo
     // List of STEP + points
     public void printTSV( Vector<Vector<Pair>> points ) {
@@ -522,7 +522,7 @@ public class GenPlot {
 	    for( int j = 0; j < size; j++ ){
 		Pair precrec = points.get(j).get(i);
 		output.println( precrec.getX()+" "+precrec.getY() );
-	}
+	    }
 	}
 	output.println();
     }
-- 
GitLab