From 81a07900d1e2c4db563d5b4a833b404ac51ee5bd Mon Sep 17 00:00:00 2001 From: acolyer Date: Thu, 29 Sep 2005 15:42:52 +0000 Subject: tests and fix for enh 108118, completes @SuppressAjWarnings implementation --- tests/java5/annotations/aspectMembers/a/AnnotatedAspect05.aj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/java5/annotations') diff --git a/tests/java5/annotations/aspectMembers/a/AnnotatedAspect05.aj b/tests/java5/annotations/aspectMembers/a/AnnotatedAspect05.aj index 9739187f0..c4832bfe8 100644 --- a/tests/java5/annotations/aspectMembers/a/AnnotatedAspect05.aj +++ b/tests/java5/annotations/aspectMembers/a/AnnotatedAspect05.aj @@ -21,7 +21,7 @@ public aspect AnnotatedAspect05 { after() : handler(*) {} @MethodAnnotation - @SuppressAjWarnings + @SuppressAjWarnings("adviceDidNotMatch") Object around() : call(new(..)) { return proceed(); } public static void main(String[] args) { -- cgit v1.2.3