diff options
author | ehilsdal <ehilsdal> | 2003-12-02 19:31:52 +0000 |
---|---|---|
committer | ehilsdal <ehilsdal> | 2003-12-02 19:31:52 +0000 |
commit | 9f8fdd6e73ae4995d195cc5637307ee7b5d9b057 (patch) | |
tree | 052207e2a17b62ba31efbe65ca95b19828489ee0 /docs/dist/doc/README-11.html | |
parent | 4880b54e69fcd225590fce7079a84d2b17a6ee62 (diff) | |
download | aspectj-9f8fdd6e73ae4995d195cc5637307ee7b5d9b057.tar.gz aspectj-9f8fdd6e73ae4995d195cc5637307ee7b5d9b057.zip |
Fix for Bugzilla 37899: Document or address limitations on handler pointcut/joinpoints
* changed "Implementation Limitations" to "Implementation Notes" inside ProgGuide
* added section on bytecode limitations, headed by handler issues.
Diffstat (limited to 'docs/dist/doc/README-11.html')
-rw-r--r-- | docs/dist/doc/README-11.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dist/doc/README-11.html b/docs/dist/doc/README-11.html index ff29e5d5b..f1d4f507f 100644 --- a/docs/dist/doc/README-11.html +++ b/docs/dist/doc/README-11.html @@ -1532,8 +1532,8 @@ These might be fixed during the 1.1 release cycle; find them using the query http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info</a> For ajc's 1.1 implementation limitations, see - <a href="progguide/limitations.html"> - Programming Guide Appendix C, "Implementation Limitations"</a>. + <a href="progguide/implementation.html"> + Programming Guide Appendix: "Implementation Notes"</a>. </p> </body> </html> |