]> source.dussan.org Git - aspectj.git/commitdiff
removed inaccurate old comment
authorjhugunin <jhugunin>
Tue, 17 Dec 2002 19:45:16 +0000 (19:45 +0000)
committerjhugunin <jhugunin>
Tue, 17 Dec 2002 19:45:16 +0000 (19:45 +0000)
tests/new/foemmel/TheAspect.java

index 7c1b8fc15946a4d9256d81d67987787c29b4529f..60da3c587167e9e12c7da939ea791fc121322db3 100644 (file)
@@ -4,7 +4,7 @@ privileged aspect TheAspect perthis(this(TheObject)) {
      private TheObject theObject;
      private int myPrivate_int=-1, myPackage_int=-1, myProtected_int=-1, myPublic_int=-1;
 
-     after() returning(TheObject obj): execution(new()) { // CW 7 nonmatching target
+     after() returning(TheObject obj): execution(new()) { 
           theObject = obj;
      }