aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5/ataspectj
diff options
context:
space:
mode:
authoracolyer <acolyer>2005-12-19 12:22:26 +0000
committeracolyer <acolyer>2005-12-19 12:22:26 +0000
commit4676acbde531b3c00f5572ff4053435e9ba9b1eb (patch)
tree965cf14b15fe462f62de90df4091c311b40d0e3c /tests/java5/ataspectj
parentbc1fcf9581621da51498b251f053b29fb70b9c05 (diff)
downloadaspectj-4676acbde531b3c00f5572ff4053435e9ba9b1eb.tar.gz
aspectj-4676acbde531b3c00f5572ff4053435e9ba9b1eb.zip
merge of changes from 1.5.0 branch into HEAD
Diffstat (limited to 'tests/java5/ataspectj')
-rw-r--r--tests/java5/ataspectj/annotationGen/ITDTest.aj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/java5/ataspectj/annotationGen/ITDTest.aj b/tests/java5/ataspectj/annotationGen/ITDTest.aj
index dc8089f70..46e7feed5 100644
--- a/tests/java5/ataspectj/annotationGen/ITDTest.aj
+++ b/tests/java5/ataspectj/annotationGen/ITDTest.aj
@@ -186,7 +186,7 @@ class A {}
@Aspect
class X {
- @org.aspectj.lang.annotation.DeclareParents("org.xyz..*")
+ @org.aspectj.lang.annotation.DeclareParents(value="org.xyz..*",defaultImpl=Mixin.class)
public static I myMixin = new Mixin();