From bfd4bc2c640bd3d9b653e026248db86c59b98b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1ssia=20Trojahn=20dos=20Santos?= <cassia.trojahn@irit.fr> Date: Mon, 12 Jul 2010 13:46:03 +0000 Subject: [PATCH] --- src/fr/inrialpes/exmo/align/impl/eval/DiffEvaluator.java | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/fr/inrialpes/exmo/align/impl/eval/DiffEvaluator.java b/src/fr/inrialpes/exmo/align/impl/eval/DiffEvaluator.java index aad3d035..5ef080a5 100644 --- a/src/fr/inrialpes/exmo/align/impl/eval/DiffEvaluator.java +++ b/src/fr/inrialpes/exmo/align/impl/eval/DiffEvaluator.java @@ -110,6 +110,7 @@ public class DiffEvaluator extends BasicEvaluator implements Evaluator { // False negative try { + boolean has; // Reference alignment for ( Cell c1 : this.align1 ) { URI uri1_1 = c1.getObject1AsURI(); @@ -138,15 +139,12 @@ public class DiffEvaluator extends BasicEvaluator implements Evaluator { } } - - - - - public double eval( Properties params ) throws AlignmentException { + public double eval( Properties params ) throws AlignmentException { init(); diff(); return 1.0; } + public double eval( Properties params, Object cache ) throws AlignmentException { return eval( params ); } -- GitLab