Skip to content
Snippets Groups Projects
Commit 6e262497 authored by brinn's avatar brinn
Browse files

Generalize warning in Javadoc.

SVN: 24050
parent 9bffed0d
No related merge requests found
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
package ch.systemsx.cisd.common.serviceconversation.client; package ch.systemsx.cisd.common.serviceconversation.client;
import java.io.Closeable; import java.io.Closeable;
import java.io.Serializable;
import ch.systemsx.cisd.common.serviceconversation.IServiceMessenger; import ch.systemsx.cisd.common.serviceconversation.IServiceMessenger;
...@@ -35,8 +34,7 @@ public interface IServiceConversation extends IServiceMessenger, Closeable ...@@ -35,8 +34,7 @@ public interface IServiceConversation extends IServiceMessenger, Closeable
public void terminate(); public void terminate();
/** /**
* Closes this messenger. Do not call {@link #send(Serializable)} or {@link #receive(Class)} * Closes this messenger. Do not call any other method after this call.
* after this call.
*/ */
public void close(); public void close();
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment