From d49b53e2e0fa1c5f8133491886e9df6080395e42 Mon Sep 17 00:00:00 2001 From: wisberg Date: Mon, 6 Jan 2003 22:48:07 +0000 Subject: [PATCH] bad javadoc comment --- testing/src/org/aspectj/testing/harness/bridge/AjcTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5