From f139242382c8ba330d13a93bd75bbef5c06824e3 Mon Sep 17 00:00:00 2001 From: acolyer Date: Thu, 24 Nov 2005 11:05:03 +0000 Subject: fix for parameterizing reference pointcuts with bindings --- tests/java5/generics/genericaspects/GenericAspectY.aj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/java5/generics') 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 { // 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) {} -- cgit v1.2.3