From 46f2d59c0d222f982f8d61dd96a4dde508cd64c6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Sun, 29 Oct 2006 14:58:49 +0000
Subject: [PATCH] - added exception to the close operation

---
 .../inrialpes/exmo/align/service/AlignmentServiceProfile.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fr/inrialpes/exmo/align/service/AlignmentServiceProfile.java b/src/fr/inrialpes/exmo/align/service/AlignmentServiceProfile.java
index f1691238..eea3440a 100644
--- a/src/fr/inrialpes/exmo/align/service/AlignmentServiceProfile.java
+++ b/src/fr/inrialpes/exmo/align/service/AlignmentServiceProfile.java
@@ -33,5 +33,5 @@ public interface AlignmentServiceProfile {
     /**
      * Shutdown the Service and undeclare it from any registery
      */
-    public void close();
+    public void close() throws AServException;
 }
-- 
GitLab