summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraclement <aclement>2008-05-10 18:46:33 +0000
committeraclement <aclement>2008-05-10 18:46:33 +0000
commitcce9059a0a56bf8e0ce58d89f554e51d2d743657 (patch)
tree1924a9a3d8b69e200c9a324c15e25b5214f60d89
parentf17b0ad219cee314a64d39438dd04bcc8304e56c (diff)
downloadaspectj-cce9059a0a56bf8e0ce58d89f554e51d2d743657.tar.gz
aspectj-cce9059a0a56bf8e0ce58d89f554e51d2d743657.zip
big refactoring
-rw-r--r--ajde/src/org/aspectj/ajde/EditorAdapter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ajde/src/org/aspectj/ajde/EditorAdapter.java b/ajde/src/org/aspectj/ajde/EditorAdapter.java
index 7d764282f..b601f74e3 100644
--- a/ajde/src/org/aspectj/ajde/EditorAdapter.java
+++ b/ajde/src/org/aspectj/ajde/EditorAdapter.java
@@ -30,7 +30,7 @@ public interface EditorAdapter {
public void showSourceLine(String filePath, int lineNumber, boolean highlight);
/**
- * Seek the editor to a {@link SourceLocation} and highlight if specified.
+ * Seek the editor to a SourceLocation and highlight if specified.
*/
public void showSourceLine(ISourceLocation sourceLocation, boolean highlight);