From cce9059a0a56bf8e0ce58d89f554e51d2d743657 Mon Sep 17 00:00:00 2001 From: aclement Date: Sat, 10 May 2008 18:46:33 +0000 Subject: big refactoring --- ajde/src/org/aspectj/ajde/EditorAdapter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3