]> source.dussan.org Git - aspectj.git/commitdiff
expanded test coverage
authorjhugunin <jhugunin>
Mon, 19 May 2003 20:51:06 +0000 (20:51 +0000)
committerjhugunin <jhugunin>
Mon, 19 May 2003 20:51:06 +0000 (20:51 +0000)
org.aspectj.ajdt.core/testdata/src1/trace/ExecTrace.java

index c0ac25f34008c424d2e6522944ed2f4ce624748c..5315bb46849924855afbd61a4bb3465c51db26ca 100644 (file)
@@ -1,7 +1,7 @@
 package trace;
 
 public aspect ExecTrace extends MegaTrace {
-       pointcut where(): execution(public * *(..));
+       pointcut where(): execution(* *(..));
        
-       declare parents: * implements Marker;
+       declare parents: !Object implements Marker;
 }
\ No newline at end of file