]> source.dussan.org Git - aspectj.git/commitdiff
big refactoring
authoraclement <aclement>
Sat, 10 May 2008 18:46:33 +0000 (18:46 +0000)
committeraclement <aclement>
Sat, 10 May 2008 18:46:33 +0000 (18:46 +0000)
ajde/src/org/aspectj/ajde/EditorAdapter.java

index 7d764282f0ffd486ed13faae7ecf0d253b01d72b..b601f74e3c1b1c888e94541399c12606033543da 100644 (file)
@@ -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);