Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-05-13 06:53:46 +0000
committerslewis2006-05-13 06:53:46 +0000
commitf25cd7baf3bcaf6383a0e03532dc856d48c26ec7 (patch)
tree7fc08233071ae2d87bd1b1a08f99e22cfa3fc675
parent99c08349f94990e81a5d5f25d24dcc4714db7a04 (diff)
downloadorg.eclipse.ecf-f25cd7baf3bcaf6383a0e03532dc856d48c26ec7.tar.gz
org.eclipse.ecf-f25cd7baf3bcaf6383a0e03532dc856d48c26ec7.tar.xz
org.eclipse.ecf-f25cd7baf3bcaf6383a0e03532dc856d48c26ec7.zip
Added support for new datashare IChannelContainerListener API
-rw-r--r--framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/IAbstractChannelContainer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/IAbstractChannelContainer.java b/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/IAbstractChannelContainer.java
index d39a1aaeb..483d32d17 100644
--- a/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/IAbstractChannelContainer.java
+++ b/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/IAbstractChannelContainer.java
@@ -19,7 +19,7 @@ public interface IAbstractChannelContainer {
/**
* Add listener for IChannelContainer events.
*
- * @param listener the listener to by synchronously called back by this channel container
+ * @param listener to be added
*/
public void addChannelContainerListener(IChannelContainerListener listener);
/**

Back to the top