From: Alexander Kriegisch Date: Thu, 15 Feb 2024 02:00:06 +0000 (+0700) Subject: joinpointsignatures.adoc: minor formatting cosmetics X-Git-Tag: V1_9_21_2~44 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3cf58948f864bd5fd9cd9ade20ae887b6d2b5c75;p=aspectj.git joinpointsignatures.adoc: minor formatting cosmetics Signed-off-by: Alexander Kriegisch --- diff --git a/docs/adk15notebook/joinpointsignatures.adoc b/docs/adk15notebook/joinpointsignatures.adoc index eca1b86b5..584744f5c 100644 --- a/docs/adk15notebook/joinpointsignatures.adoc +++ b/docs/adk15notebook/joinpointsignatures.adoc @@ -229,10 +229,9 @@ manner. == Join Point Modifiers Every join point has a single set of modifiers - these include the -standard Java modifiers such as `public, private, - static, abstract` etc., any annotations, and the throws -clauses of methods and constructors. These modifiers are the modifiers -of the _subject_ of the join point. +standard Java modifiers such as `public`, `private`, `static`, `abstract` etc., +any annotations, and the `throws` clauses of methods and constructors. +These modifiers are the modifiers of the _subject_ of the join point. The following table defines the join point subject for each kind of join point.