]> source.dussan.org Git - aspectj.git/commitdiff
bad javadoc comment
authorwisberg <wisberg>
Mon, 6 Jan 2003 22:48:07 +0000 (22:48 +0000)
committerwisberg <wisberg>
Mon, 6 Jan 2003 22:48:07 +0000 (22:48 +0000)
testing/src/org/aspectj/testing/harness/bridge/AjcTest.java

index b1e9e9b1b077ba58971903ae67dfafb0427db59b..cbf19a2fb92171edf7b464e3080196d102bf3524 100644 (file)
@@ -336,7 +336,7 @@ public class AjcTest extends RunSpecIterator {
                 this.suiteDir = suiteDir;
             }
             
-            /** @get suiteDir from any set or source location if set */
+            /** @return suiteDir from any set or source location if set */
             public File getSuiteDirFile() {
                 if (null == suiteDir) {
                     ISourceLocation loc = getSourceLocation();