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/covariance/CovAspect09.aj | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/java5/covariance/CovAspect09.aj') diff --git a/tests/java5/covariance/CovAspect09.aj b/tests/java5/covariance/CovAspect09.aj index 6a3497048..aad549dd3 100644 --- a/tests/java5/covariance/CovAspect09.aj +++ b/tests/java5/covariance/CovAspect09.aj @@ -2,6 +2,7 @@ aspect CovAspect09 { pointcut p1(): call(FastCar Super.getCar()); + @org.aspectj.lang.annotation.SuppressAjWarnings before(): p1() { System.out.println("[call(FastCar Super.getCar()) matched on '"+thisJoinPoint+":"+thisJoinPoint.getSourceLocation()+"']"); } -- cgit v1.2.3