From 54effa96f59911ca25fd6fe67d194d6249ba1e01 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Tue, 6 Feb 2007 18:24:18 +0000
Subject: [PATCH] - updated for version 3.0

---
 html/tutorial/MyApp.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/html/tutorial/MyApp.java b/html/tutorial/MyApp.java
index 6c100104..1921257a 100644
--- a/html/tutorial/MyApp.java
+++ b/html/tutorial/MyApp.java
@@ -97,7 +97,6 @@ public class MyApp {
 	    // and choose the one with the best F-Measure
 	    AlignmentParser aparser = new AlignmentParser(0);
 	    Alignment reference = aparser.parse( "file://"+(new File ( "refalign.rdf" ) . getAbsolutePath()) );
-	    // JE: This does not work because BasicAlignment vs. OWLAPIAlignment
 	    Evaluator evaluator = new PRecEvaluator( reference, a1 );
 
 	    double best = 0.;
@@ -117,7 +116,6 @@ public class MyApp {
 				  new BufferedWriter(
 		                   new OutputStreamWriter( System.out, "UTF-8" )), true);
 	    AlignmentVisitor renderer = new SWRLRendererVisitor(writer);
-	    // JE: Here this will not break because result is already a OWLAPIAlignment
 	    result.render(renderer);
 	    writer.flush();
 	    writer.close();
-- 
GitLab