]> source.dussan.org Git - aspectj.git/commitdiff
Fix for Bugzilla 43602: Small tyop in documentation
authorehilsdal <ehilsdal>
Tue, 18 Nov 2003 03:52:02 +0000 (03:52 +0000)
committerehilsdal <ehilsdal>
Tue, 18 Nov 2003 03:52:02 +0000 (03:52 +0000)
  * changed "aspect aspect" to "abstract aspect"

docs/progGuideDB/semantics.xml

index 639ddeb9b19d10c42b99bd3b39ef06b0f7ca3fc8..7b065f136d5d0f1f0e1600ddeec6847e27bc7947 100644 (file)
       }
   }
 
-  aspect aspect MyProfiling {
+  abstract aspect MyProfiling {
       abstract pointcut profiled();
 
       Object around(): profiled() {