diff options
author | aclement <aclement> | 2005-05-03 09:58:35 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-05-03 09:58:35 +0000 |
commit | a01b453be95360fdf2b4d292b7652f44faf654f4 (patch) | |
tree | 25b2aeef75956306053be633ad6e4b68f1784f92 /docs/adk15ProgGuideDB | |
parent | cdddd38d261f0ae75bf95f0859e7a440be1bb3d5 (diff) | |
download | aspectj-a01b453be95360fdf2b4d292b7652f44faf654f4.tar.gz aspectj-a01b453be95360fdf2b4d292b7652f44faf654f4.zip |
fix for pr93460
Diffstat (limited to 'docs/adk15ProgGuideDB')
-rw-r--r-- | docs/adk15ProgGuideDB/pertypewithin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/adk15ProgGuideDB/pertypewithin.xml b/docs/adk15ProgGuideDB/pertypewithin.xml index b8da82f46..9e0e73645 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.instanceOf(org.xyz.SomeType).getInstances()</literal>. + <literal>InstanceTracking.aspectOf(org.xyz.SomeType).getInstances()</literal>. </para> <para> |