From: wisberg Date: Mon, 6 Jan 2003 22:48:07 +0000 (+0000) Subject: bad javadoc comment X-Git-Tag: V_1_1_b5~160 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d49b53e2e0fa1c5f8133491886e9df6080395e42;p=aspectj.git bad javadoc comment --- 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();