summaryrefslogtreecommitdiffstats
path: root/docs/progGuideDB/progguide.xml
diff options
context:
space:
mode:
authorehilsdal <ehilsdal>2003-12-02 19:31:52 +0000
committerehilsdal <ehilsdal>2003-12-02 19:31:52 +0000
commit9f8fdd6e73ae4995d195cc5637307ee7b5d9b057 (patch)
tree052207e2a17b62ba31efbe65ca95b19828489ee0 /docs/progGuideDB/progguide.xml
parent4880b54e69fcd225590fce7079a84d2b17a6ee62 (diff)
downloadaspectj-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/progguide.xml')
-rw-r--r--docs/progGuideDB/progguide.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/progGuideDB/progguide.xml b/docs/progGuideDB/progguide.xml
index f23ca03b3..433d71585 100644
--- a/docs/progGuideDB/progguide.xml
+++ b/docs/progGuideDB/progguide.xml
@@ -11,7 +11,7 @@
<!ENTITY pitfalls SYSTEM "pitfalls.xml">
<!ENTITY quickreference SYSTEM "quickreference.xml">
<!ENTITY semantics SYSTEM "semantics.xml">
-<!ENTITY limitations SYSTEM "limitations.xml">
+<!ENTITY implementation SYSTEM "implementation.xml">
]>
<book>
@@ -58,6 +58,6 @@
&pitfalls;
&quickreference;
&semantics;
- &limitations;
+ &implementation;
</book>