Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2008-03-07 20:44:05 +0000
committerMichael Rennie2008-03-07 20:44:05 +0000
commit94db4c00979cc14ba0ba3cd08c4766584ad25908 (patch)
treed6f288691c65f8b18cbe4cbdaf64bf1d8e2c4cf5 /org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/ISourcePathComputer.java
parent27a532228cd4d51cddd498fff24e77780fab7734 (diff)
downloadeclipse.platform.debug-94db4c00979cc14ba0ba3cd08c4766584ad25908.tar.gz
eclipse.platform.debug-94db4c00979cc14ba0ba3cd08c4766584ad25908.tar.xz
eclipse.platform.debug-94db4c00979cc14ba0ba3cd08c4766584ad25908.zip
Bug 221905 clean up javadoc tags
Diffstat (limited to 'org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/ISourcePathComputer.java')
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/ISourcePathComputer.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/ISourcePathComputer.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/ISourcePathComputer.java
index 7405fef55..75eb1dc6a 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/ISourcePathComputer.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/ISourcePathComputer.java
@@ -37,8 +37,7 @@ import org.eclipse.debug.core.DebugPlugin;
* attribute.
* </p>
* <p>
- * Clients are not intended to implement this interface. Instead, clients contributing
- * a source path computer provide an implementation of
+ * Clients contributing a source path computer provide an implementation of
* {@link org.eclipse.debug.core.sourcelookup.ISourcePathComputerDelegate}.
* </p>
* @since 3.0

Back to the top