]> source.dussan.org Git - aspectj.git/commitdiff
191435 correction
authoraclement <aclement>
Fri, 14 Mar 2008 19:51:37 +0000 (19:51 +0000)
committeraclement <aclement>
Fri, 14 Mar 2008 19:51:37 +0000 (19:51 +0000)
docs/adk15ProgGuideDB/joinpointsignatures.xml

index 3773978489d3679c09ab4d6692d7c23cd644819f..d5b618e6d1c2f3b32a080c2c01d390a8c9bea244 100644 (file)
         <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