]> source.dussan.org Git - aspectj.git/commitdiff
replaced <i> which docbook does not understand with <emphasis> which it does
authoracolyer <acolyer>
Wed, 17 Aug 2005 16:34:24 +0000 (16:34 +0000)
committeracolyer <acolyer>
Wed, 17 Aug 2005 16:34:24 +0000 (16:34 +0000)
docs/adk15ProgGuideDB/miscellaneous.xml

index 899ac12083cf013860f2df71082b6e594730e757..24a677cf78e76d9587d42f726cb319009f713b7f 100644 (file)
@@ -49,7 +49,7 @@
                <programlisting><![CDATA[
                  declare soft : SomeRuntimeException : execution(* *(..));
                  
-                 &gt;&gt; "SomeRuntimeException will not be softened as it is already a RuntimeException" [XLint:runtimeExceptionNotSoftened]
+                 >> "SomeRuntimeException will not be softened as it is already a RuntimeException" [XLint:runtimeExceptionNotSoftened]
                ]]></programlisting>
        
           <para>
@@ -58,7 +58,7 @@
        
           <para>
              If the exception type specified in a declare soft statement is a super type of <literal>RuntimeException</literal>
-             (such as <literal>Exception</literal> for example) then any <i>checked</i> exception thrown at a matched join point, 
+             (such as <literal>Exception</literal> for example) then any <emphasis>checked</emphasis> exception thrown at a matched join point, 
              where the exception is an instance of the softened exception, will be softened to an 
              <literal>org.aspectj.lang.SoftException</literal>. 
       </para>