diff options
author | aclement <aclement> | 2008-05-10 18:46:33 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-05-10 18:46:33 +0000 |
commit | cce9059a0a56bf8e0ce58d89f554e51d2d743657 (patch) | |
tree | 1924a9a3d8b69e200c9a324c15e25b5214f60d89 | |
parent | f17b0ad219cee314a64d39438dd04bcc8304e56c (diff) | |
download | aspectj-cce9059a0a56bf8e0ce58d89f554e51d2d743657.tar.gz aspectj-cce9059a0a56bf8e0ce58d89f554e51d2d743657.zip |
big refactoring
-rw-r--r-- | ajde/src/org/aspectj/ajde/EditorAdapter.java | 2 |
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); |