diff options
-rw-r--r-- | testing/src/org/aspectj/testing/harness/bridge/AjcTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/src/org/aspectj/testing/harness/bridge/AjcTest.java b/testing/src/org/aspectj/testing/harness/bridge/AjcTest.java index b1e9e9b1b..cbf19a2fb 100644 --- a/testing/src/org/aspectj/testing/harness/bridge/AjcTest.java +++ b/testing/src/org/aspectj/testing/harness/bridge/AjcTest.java @@ -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(); |