From fa9f6570d962204967162b10b36afcbd39556966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Fri, 6 May 2011 06:34:54 +0000 Subject: [PATCH] - added comment --- src/fr/inrialpes/exmo/align/service/WSAlignment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fr/inrialpes/exmo/align/service/WSAlignment.java b/src/fr/inrialpes/exmo/align/service/WSAlignment.java index ca002574..f59b3c7d 100644 --- a/src/fr/inrialpes/exmo/align/service/WSAlignment.java +++ b/src/fr/inrialpes/exmo/align/service/WSAlignment.java @@ -68,7 +68,7 @@ import fr.inrialpes.exmo.align.parser.AlignmentParser; * This is an AlignmentProcess which perform matching by connecting * to an AlignmentServer and retrieving or computing an alignment. * It uses the SOAP web service interface - * TODO: Implement the REST interface + * TODO: Implement the REST interface (see examples/wservice/AlignmentClient) * * @author Jérôme Euzenat * @version $Id$ -- GitLab