From 48316ca2c9a327e5003efa311cea143015f04173 Mon Sep 17 00:00:00 2001 From: acolyer Date: Fri, 6 Aug 2004 09:04:23 +0000 Subject: [PATCH] fix for bug 53028 --- docs/progGuideDB/semantics.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/progGuideDB/semantics.xml b/docs/progGuideDB/semantics.xml index 3c02329f0..b88e86c7e 100644 --- a/docs/progGuideDB/semantics.xml +++ b/docs/progGuideDB/semantics.xml @@ -1500,11 +1500,7 @@ Around advice runs in place of the join point it operates over, rather than before or after it. Because around is allowed to return a value, it - must be declared with a return type, like a method. A piece of around - advice may be declared void, in which case it is not - allowed to return a value, and instead whatever value the join point - returned will be returned by the around advice (unless the around advice - throws an exception of its own). + must be declared with a return type, like a method. -- 2.39.5