summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-01-06 22:48:07 +0000
committerwisberg <wisberg>2003-01-06 22:48:07 +0000
commitd49b53e2e0fa1c5f8133491886e9df6080395e42 (patch)
tree1d3279640d44377205754b37efe655c141859880 /testing
parentab0c82f47549b2631fb7e2572948deeb385959ad (diff)
downloadaspectj-d49b53e2e0fa1c5f8133491886e9df6080395e42.tar.gz
aspectj-d49b53e2e0fa1c5f8133491886e9df6080395e42.zip
bad javadoc comment
Diffstat (limited to 'testing')
-rw-r--r--testing/src/org/aspectj/testing/harness/bridge/AjcTest.java2
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();