From fd3129964398cbaf66f3ae3c5e3c75ebf7f3a34b Mon Sep 17 00:00:00 2001 From: aclement Date: Thu, 17 Feb 2005 15:06:17 +0000 Subject: Updated with suppression attribute for non-matching advice. --- tests/java5/annotations/binding/complexExample/X4.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/java5/annotations/binding/complexExample') diff --git a/tests/java5/annotations/binding/complexExample/X4.java b/tests/java5/annotations/binding/complexExample/X4.java index edfb63ef1..de910fe0f 100644 --- a/tests/java5/annotations/binding/complexExample/X4.java +++ b/tests/java5/annotations/binding/complexExample/X4.java @@ -3,7 +3,7 @@ import a.b.c.A; public aspect X4 { // Error as Color not imported - before(A a): execution(@Color * A+.*(..)) && this(a) { + @org.aspectj.lang.annotation.SuppressAjWarnings before(A a): execution(@Color * A+.*(..)) && this(a) { System.err.println("Before call to "+thisJoinPoint); } -- cgit v1.2.3