]> source.dussan.org Git - aspectj.git/commitdiff
switched around.
authoraclement <aclement>
Mon, 27 Mar 2006 19:10:46 +0000 (19:10 +0000)
committeraclement <aclement>
Mon, 27 Mar 2006 19:10:46 +0000 (19:10 +0000)
tests/java5/annotations/aspectMembers/a/AnnotatedAspect08.aj

index 438af6e3fe74238e2ce92071ea34f1da1b83c718..4226f9b85b1b52182f0ec78cd12557a957103983 100644 (file)
@@ -12,7 +12,7 @@ public aspect AnnotatedAspect08 {
        declare error: set(* *) : "hum bahbug";
        
        @AnyAnnotation
-       declare soft : execution(* *) : Exception;
+       declare soft : Exception: execution(* *(..));
        
        @ConstructorAnnotation
        declare parents : A implements I;