]> source.dussan.org Git - aspectj.git/commitdiff
renamed sample aspect
authorwisberg <wisberg>
Mon, 19 Apr 2004 02:26:03 +0000 (02:26 +0000)
committerwisberg <wisberg>
Mon, 19 Apr 2004 02:26:03 +0000 (02:26 +0000)
docs/sandbox/common/language/Initialization.java

index 20c308de94aff012cb97c7c53fc8d1ee00b1ab89..a5da0aeae9755e5fac118a89ac69b664f7424ca5 100644 (file)
@@ -60,7 +60,7 @@ class AnotherThing extends Thing {
     }
 }
 
-aspect A {
+aspect InitializationSample {
     // -------- constructor-call picks out the calls
     /**
      * After any call to any constructor, fix up the thing.