]> source.dussan.org Git - aspectj.git/commitdiff
fixed old syntax
authorjhugunin <jhugunin>
Tue, 17 Dec 2002 03:53:16 +0000 (03:53 +0000)
committerjhugunin <jhugunin>
Tue, 17 Dec 2002 03:53:16 +0000 (03:53 +0000)
tests/errors/BadTypeName.java

index 3f8d2fcddb773f24263b3ece7625216f7e32c265..ce22f91464fe69a5b78cbefeee89c2aae00d2c4a 100644 (file)
@@ -1,5 +1,5 @@
 aspect BadTypeName {
-    static pointcut prints(Foo f): call(void System.out.println(..));
+    pointcut prints(Foo f): call(void System.out.println(..));
 
     Foo x = null;