Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/IDiscoveryContainerAdapter.java2
1 files changed, 1 insertions, 1 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 9d44a7202..24ba2eccd 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
@@ -110,7 +110,7 @@ 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 {@link IServiceListener}'s
- * {@link IServiceListener#serviceResolved() serviceResolved()} method.
+ * {@link IServiceListener#serviceResolved(IServiceEvent)} method.
*
* @param service
* ServiceID of the service to get info about. Must not be

Back to the top