diff options
author | Andy Clement <aclement@pivotal.io> | 2017-09-28 13:45:18 -0700 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2017-09-28 13:45:18 -0700 |
commit | 5de8a570d2add37c85261d14b7d18b7ac4d21eb0 (patch) | |
tree | f2bfd3c0c02c9b81e0164f039069ae9f1c2d3268 /docs | |
parent | 286504b70fd0e195cff74a6271c7a0b03c93f542 (diff) | |
download | aspectj-5de8a570d2add37c85261d14b7d18b7ac4d21eb0.tar.gz aspectj-5de8a570d2add37c85261d14b7d18b7ac4d21eb0.zip |
Fix for Bug 518698 - typo in AspectJ Notebook: excetution
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 d5b618e6d..013b9003b 100644 --- a/docs/adk15ProgGuideDB/joinpointsignatures.xml +++ b/docs/adk15ProgGuideDB/joinpointsignatures.xml @@ -185,7 +185,7 @@ </tgroup> </informaltable> - <para>Note that whilst an advice excetution join point has a + <para>Note that whilst an advice execution join point has a signature comprising the declaring type of the advice and the advice parameter types, the <literal>adviceexecution</literal> pointcut designator does not support matching based on this |