Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/IDiscoveryContainerAdapter.java')
-rw-r--r--framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/IDiscoveryContainerAdapter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/IDiscoveryContainerAdapter.java b/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/IDiscoveryContainerAdapter.java
index 26b1ad88e..9d44a7202 100644
--- a/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/IDiscoveryContainerAdapter.java
+++ b/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/IDiscoveryContainerAdapter.java
@@ -109,8 +109,8 @@ public interface IDiscoveryContainerAdapter extends IAdaptable {
/**
* Asynchronously (within given timeout) retrieve info about the service
* defined by the first parameter. Sends a request for service information
- * and returns. Answers to such requests occur via the
- * IServiceListener.resolveService() method.
+ * and returns. Answers to such requests occur via {@link IServiceListener}'s
+ * {@link IServiceListener#serviceResolved() serviceResolved()} method.
*
* @param service
* ServiceID of the service to get info about. Must not be

Back to the top