Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2001-07-03 12:52:59 +0000
committerDarin Swanson2001-07-03 12:52:59 +0000
commitce82461ed957ad991a37ad9ae666a64bcd3cd2dd (patch)
tree61a4a8ae975a0f6e2da1ebb36348a155c4384791
parent80945bff1813164301fe6c764f8117156bd8ad2d (diff)
downloadeclipse.platform.debug-ce82461ed957ad991a37ad9ae666a64bcd3cd2dd.tar.gz
eclipse.platform.debug-ce82461ed957ad991a37ad9ae666a64bcd3cd2dd.tar.xz
eclipse.platform.debug-ce82461ed957ad991a37ad9ae666a64bcd3cd2dd.zip
1GFD882
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/core/model/ISourceLocator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/ISourceLocator.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/ISourceLocator.java
index c8475fd0e..ff1bf1e82 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/ISourceLocator.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/ISourceLocator.java
@@ -11,7 +11,7 @@ import org.eclipse.debug.core.model.IStackFrame;
* A source locator locates source elements for stack frames. Each
* debug session launch (optionally) specifies a source locator which is
* used to locate source for that debug session. If a launch does not
- * provide a source locator, source cannot not be displayed.
+ * provide a source locator, source cannot be displayed.
* Abstraction of source lookup allows clients to hide implementation
* details of source location and representation.
* <p>

Back to the top