aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5/generics
diff options
context:
space:
mode:
Diffstat (limited to 'tests/java5/generics')
-rw-r--r--tests/java5/generics/genericaspects/GenericAspectY.aj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/java5/generics/genericaspects/GenericAspectY.aj b/tests/java5/generics/genericaspects/GenericAspectY.aj
index b677c3f10..c863fcf41 100644
--- a/tests/java5/generics/genericaspects/GenericAspectY.aj
+++ b/tests/java5/generics/genericaspects/GenericAspectY.aj
@@ -98,7 +98,7 @@ import org.aspectj.lang.annotation.*;
aspect GenericAspectX extends ParentChildRelationship<Top,Bottom> {
// Advice to trigger weave infos
- before(Top p): ParentChildRelationship.addingChildSimple(p) {}
+ before(Top p): /*ParentChildRelationship.*/addingChildSimple(p) {}
// before(Top p,Bottom c): ParentChildRelationship.addingChild(p,c) {}
// before(Top p,Bottom c): ParentChildRelationship.removingChild(p,c) {}