aboutsummaryrefslogtreecommitdiffstats
path: root/docs/progGuideDB/semantics.xml
diff options
context:
space:
mode:
authoracolyer <acolyer>2004-10-21 13:09:21 +0000
committeracolyer <acolyer>2004-10-21 13:09:21 +0000
commit6d754a3e9173848c97d390f5611b4cdfe8415727 (patch)
tree26f5fcb79ab86efa202cf67b8a19603b09534606 /docs/progGuideDB/semantics.xml
parenta303a09bbdbee8ce39e2ba00a3a33e54df92c24f (diff)
downloadaspectj-6d754a3e9173848c97d390f5611b4cdfe8415727.tar.gz
aspectj-6d754a3e9173848c97d390f5611b4cdfe8415727.zip
fix for Bugzilla Bug 75486
issingleton or issingleton()?
Diffstat (limited to 'docs/progGuideDB/semantics.xml')
-rw-r--r--docs/progGuideDB/semantics.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/progGuideDB/semantics.xml b/docs/progGuideDB/semantics.xml
index fb83857e4..7ea74fe80 100644
--- a/docs/progGuideDB/semantics.xml
+++ b/docs/progGuideDB/semantics.xml
@@ -2966,11 +2966,11 @@ ModifiersPattern =
<itemizedlist>
<listitem><literal>aspect <replaceable>Id</replaceable> { ... }</literal></listitem>
- <listitem><literal>aspect <replaceable>Id</replaceable> issingleton { ... }</literal></listitem>
+ <listitem><literal>aspect <replaceable>Id</replaceable> issingleton() { ... }</literal></listitem>
</itemizedlist>
<para>
- By default (or by using the modifier <literal>issingleton</literal>)
+ By default (or by using the modifier <literal>issingleton()</literal>)
an aspect has exactly one instance that cuts across the entire
program. That instance is available at any time during program
execution with the static method <literal>aspectOf()</literal>