diff options
author | aclement <aclement> | 2008-03-14 19:51:37 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-03-14 19:51:37 +0000 |
commit | 5924da3cbfb32871141c1fc2e9ac23d29ccaecf6 (patch) | |
tree | 168de6fbb8f688eb10b92b84dfe7afd8d58b9b3d /docs | |
parent | eea33c63a820011ca95cd7fd844133941349c265 (diff) | |
download | aspectj-5924da3cbfb32871141c1fc2e9ac23d29ccaecf6.tar.gz aspectj-5924da3cbfb32871141c1fc2e9ac23d29ccaecf6.zip |
191435 correction
Diffstat (limited to 'docs')
-rw-r--r-- | docs/adk15ProgGuideDB/joinpointsignatures.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <para> Then the signature <literal>R(T) T.m(parameter_types)</literal> is a signature of the call join point, where <literal>R(T)</literal> is the return - type of <literal>id</literal> in <literal>T</literal>, and + type of <literal>m</literal> in <literal>T</literal>, and <literal>parameter_types</literal> are the parameter types of <literal>m</literal>. If <literal>T</literal> itself does not declare a definition of <literal>m(parameter_types)</literal>, then |