From 6e262497bd812b50cf9906f98c92db15d1ef435e Mon Sep 17 00:00:00 2001 From: brinn <brinn> Date: Sun, 18 Dec 2011 11:12:43 +0000 Subject: [PATCH] Generalize warning in Javadoc. SVN: 24050 --- .../serviceconversation/client/IServiceConversation.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/source/java/ch/systemsx/cisd/common/serviceconversation/client/IServiceConversation.java b/common/source/java/ch/systemsx/cisd/common/serviceconversation/client/IServiceConversation.java index 1436393ae4c..3e91dd451e5 100644 --- a/common/source/java/ch/systemsx/cisd/common/serviceconversation/client/IServiceConversation.java +++ b/common/source/java/ch/systemsx/cisd/common/serviceconversation/client/IServiceConversation.java @@ -17,7 +17,6 @@ package ch.systemsx.cisd.common.serviceconversation.client; import java.io.Closeable; -import java.io.Serializable; import ch.systemsx.cisd.common.serviceconversation.IServiceMessenger; @@ -35,8 +34,7 @@ public interface IServiceConversation extends IServiceMessenger, Closeable public void terminate(); /** - * Closes this messenger. Do not call {@link #send(Serializable)} or {@link #receive(Class)} - * after this call. + * Closes this messenger. Do not call any other method after this call. */ public void close(); } \ No newline at end of file -- GitLab