From a01b453be95360fdf2b4d292b7652f44faf654f4 Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 3 May 2005 09:58:35 +0000 Subject: fix for pr93460 --- docs/adk15ProgGuideDB/pertypewithin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 org.xyz..*. To get access to the instances, a programmer can simply write - InstanceTracking.instanceOf(org.xyz.SomeType).getInstances(). + InstanceTracking.aspectOf(org.xyz.SomeType).getInstances(). -- cgit v1.2.3