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/progGuideDB/preface.xml | |
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/progGuideDB/preface.xml')
-rw-r--r-- | docs/progGuideDB/preface.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/progGuideDB/preface.xml b/docs/progGuideDB/preface.xml index 1ad7b382b..5484fe5b3 100644 --- a/docs/progGuideDB/preface.xml +++ b/docs/progGuideDB/preface.xml @@ -24,7 +24,7 @@ It includes appendices that give a reference to the syntax of AspectJ, a more formal description of AspectJ's semantics, and a description of - limitations allowed by AspectJ implementations. + notes about the AspectJ implementation. </para> <para> @@ -60,7 +60,7 @@ linkend="quick">quick reference</xref> to the language's syntax, a more in depth coverage of its <xref linkend="semantics">semantics</xref>, and a description of the latitude enjoyed by its <xref - linkend="limitations">implementations</xref>. + linkend="implementation">implementations</xref>. </para> </preface> |