diff options
author | ehilsdal <ehilsdal> | 2003-11-18 03:52:02 +0000 |
---|---|---|
committer | ehilsdal <ehilsdal> | 2003-11-18 03:52:02 +0000 |
commit | ba8786b1a73f96cc4ad5f5bc98637c1566a2d919 (patch) | |
tree | e7f37379c29f7b080a9c26971836200774d3fc25 /docs/progGuideDB | |
parent | bcf40bc8dde11336c4579851f094e1fecb7aef2d (diff) | |
download | aspectj-ba8786b1a73f96cc4ad5f5bc98637c1566a2d919.tar.gz aspectj-ba8786b1a73f96cc4ad5f5bc98637c1566a2d919.zip |
Fix for Bugzilla 43602: Small tyop in documentation
* changed "aspect aspect" to "abstract aspect"
Diffstat (limited to 'docs/progGuideDB')
-rw-r--r-- | docs/progGuideDB/semantics.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |