aboutsummaryrefslogtreecommitdiffstats
path: root/docs/devGuideDB
diff options
context:
space:
mode:
authorehilsdal <ehilsdal>2003-11-17 23:29:08 +0000
committerehilsdal <ehilsdal>2003-11-17 23:29:08 +0000
commit07cdee49d842cfc761a24c92e611042812719699 (patch)
tree8394dec7cc9b6d0ff6099a3b8e27bb2fc4c08663 /docs/devGuideDB
parentd3cdc184c56b2942ec81832202e4503c73a9f179 (diff)
downloadaspectj-07cdee49d842cfc761a24c92e611042812719699.tar.gz
aspectj-07cdee49d842cfc761a24c92e611042812719699.zip
Fix for Bugzilla 43064: case error in noinline option
Diffstat (limited to 'docs/devGuideDB')
-rw-r--r--docs/devGuideDB/ajc.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/devGuideDB/ajc.xml b/docs/devGuideDB/ajc.xml
index a0030e537..dd35fca32 100644
--- a/docs/devGuideDB/ajc.xml
+++ b/docs/devGuideDB/ajc.xml
@@ -372,7 +372,7 @@
</varlistentry>
<varlistentry>
- <term>-Xnoinline</term>
+ <term>-XnoInline</term>
<listitem><para>(Experimental) do not inline around advice
</para></listitem>
</varlistentry>
@@ -655,7 +655,7 @@ commands to your environment as needed.
These permit compliant debuggers (such as jdb in Java 1.4.1) to identify
the right file and line even given many source files for a single class.
JSR-45 support is planned for ajc in AspectJ 1.1, but is not in the initial
- release. To get fully debuggable .class files, use the -Xnoinline option.)
+ release. To get fully debuggable .class files, use the -XnoInline option.)
</para>
<para>Probably the only time you may see this format is when you view