From d8595af6cc53543b5337ee6244a1bd2a15cbbceb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Sat, 14 May 2011 20:58:47 +0000
Subject: [PATCH] - updated comments

---
 src/org/semanticweb/owl/align/AlignmentProcess.java | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/org/semanticweb/owl/align/AlignmentProcess.java b/src/org/semanticweb/owl/align/AlignmentProcess.java
index 55c27d62..243fbbfd 100644
--- a/src/org/semanticweb/owl/align/AlignmentProcess.java
+++ b/src/org/semanticweb/owl/align/AlignmentProcess.java
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * Copyright (C) INRIA, 2003-2004, 2007, 2009
+ * Copyright (C) INRIA, 2003-2004, 2007, 2009, 2011
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
@@ -36,8 +36,6 @@ public interface AlignmentProcess extends Alignment
      * The align method computes the alignment from the ontologies.
      * It is hightly dependent on the implementation.
      * It take an initial Alignment as input.
-     * TODO: a set of parameters should better be passed to the alignment
-     * method.
      */
     public void align( Alignment alignment, Properties param ) throws AlignmentException;
 
@@ -50,7 +48,7 @@ public interface AlignmentProcess extends Alignment
      * contains the list of entries accepted. These entries can be set and
      * the Parameters passed to the align() method.
      *
-     * public Parameters getParameters();
+     * public Properties getParameters();
      */
 
 }
-- 
GitLab