From: ehilsdal Date: Tue, 18 Nov 2003 03:52:02 +0000 (+0000) Subject: Fix for Bugzilla 43602: Small tyop in documentation X-Git-Tag: mostlyLastEclipse2xTree_20040112~46 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ba8786b1a73f96cc4ad5f5bc98637c1566a2d919;p=aspectj.git Fix for Bugzilla 43602: Small tyop in documentation * changed "aspect aspect" to "abstract aspect" --- diff --git a/docs/progGuideDB/semantics.xml b/docs/progGuideDB/semantics.xml index 639ddeb9b..7b065f136 100644 --- a/docs/progGuideDB/semantics.xml +++ b/docs/progGuideDB/semantics.xml @@ -2365,7 +2365,7 @@ } } - aspect aspect MyProfiling { + abstract aspect MyProfiling { abstract pointcut profiled(); Object around(): profiled() {