From 154fd6e59d48eaaebe834a49e859b91b320dd430 Mon Sep 17 00:00:00 2001 From: acolyer Date: Wed, 17 Aug 2005 16:34:24 +0000 Subject: [PATCH] replaced which docbook does not understand with which it does --- docs/adk15ProgGuideDB/miscellaneous.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/adk15ProgGuideDB/miscellaneous.xml b/docs/adk15ProgGuideDB/miscellaneous.xml index 899ac1208..24a677cf7 100644 --- a/docs/adk15ProgGuideDB/miscellaneous.xml +++ b/docs/adk15ProgGuideDB/miscellaneous.xml @@ -49,7 +49,7 @@ > "SomeRuntimeException will not be softened as it is already a RuntimeException" [XLint:runtimeExceptionNotSoftened] ]]> @@ -58,7 +58,7 @@ If the exception type specified in a declare soft statement is a super type of RuntimeException - (such as Exception for example) then any checked exception thrown at a matched join point, + (such as Exception for example) then any checked exception thrown at a matched join point, where the exception is an instance of the softened exception, will be softened to an org.aspectj.lang.SoftException. -- 2.39.5