aboutsummaryrefslogtreecommitdiffstats
path: root/docs/adk15ProgGuideDB
diff options
context:
space:
mode:
authoraclement <aclement>2005-06-08 14:26:06 +0000
committeraclement <aclement>2005-06-08 14:26:06 +0000
commit58e58e1e2c53d4b4e3bca0e26ec5e7eddf984d50 (patch)
treedbe2d938d409b481e590671616287aef2a16d509 /docs/adk15ProgGuideDB
parent57e97a0d145110253538f0239213b314ec815f46 (diff)
downloadaspectj-58e58e1e2c53d4b4e3bca0e26ec5e7eddf984d50.tar.gz
aspectj-58e58e1e2c53d4b4e3bca0e26ec5e7eddf984d50.zip
minor update...
Diffstat (limited to 'docs/adk15ProgGuideDB')
-rw-r--r--docs/adk15ProgGuideDB/pertypewithin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/adk15ProgGuideDB/pertypewithin.xml b/docs/adk15ProgGuideDB/pertypewithin.xml
index 9e0e73645..1b062535c 100644
--- a/docs/adk15ProgGuideDB/pertypewithin.xml
+++ b/docs/adk15ProgGuideDB/pertypewithin.xml
@@ -79,7 +79,7 @@
the aspect tracks all known instances of each type within
<literal>org.xyz..*</literal>. To get access to the instances, a
programmer can simply write
- <literal>InstanceTracking.aspectOf(org.xyz.SomeType).getInstances()</literal>.
+ <literal>InstanceTracking.aspectOf(org.xyz.SomeType.class).getInstances()</literal>.
</para>
<para>