From: aclement Date: Fri, 14 Mar 2008 19:51:37 +0000 (+0000) Subject: 191435 correction X-Git-Tag: V1_6_0rc1~52 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5924da3cbfb32871141c1fc2e9ac23d29ccaecf6;p=aspectj.git 191435 correction --- diff --git a/docs/adk15ProgGuideDB/joinpointsignatures.xml b/docs/adk15ProgGuideDB/joinpointsignatures.xml index 377397848..d5b618e6d 100644 --- a/docs/adk15ProgGuideDB/joinpointsignatures.xml +++ b/docs/adk15ProgGuideDB/joinpointsignatures.xml @@ -220,7 +220,7 @@ Then the signature R(T) T.m(parameter_types) is a signature of the call join point, where R(T) is the return - type of id in T, and + type of m in T, and parameter_types are the parameter types of m. If T itself does not declare a definition of m(parameter_types), then