Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.tcf.core/src/org/eclipse/tcf/protocol/IChannel.java')
-rw-r--r--plugins/org.eclipse.tcf.core/src/org/eclipse/tcf/protocol/IChannel.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.tcf.core/src/org/eclipse/tcf/protocol/IChannel.java b/plugins/org.eclipse.tcf.core/src/org/eclipse/tcf/protocol/IChannel.java
index 0209772cc..8d3a5d89f 100644
--- a/plugins/org.eclipse.tcf.core/src/org/eclipse/tcf/protocol/IChannel.java
+++ b/plugins/org.eclipse.tcf.core/src/org/eclipse/tcf/protocol/IChannel.java
@@ -282,6 +282,7 @@ public interface IChannel {
* using either Protocol.addChannelOpenListener() or IChannel.addChannelListener().
* It is not allowed to install more then one proxy for a given service interface on
* a particular channel.
+ * See also Protocol.addServiceProvider().
* @param service_interface - service interface class
* @param service_proxy - service proxy object
*/

Back to the top