From 3cf58948f864bd5fd9cd9ade20ae887b6d2b5c75 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Thu, 15 Feb 2024 09:00:06 +0700 Subject: [PATCH] joinpointsignatures.adoc: minor formatting cosmetics Signed-off-by: Alexander Kriegisch --- docs/adk15notebook/joinpointsignatures.adoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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. -- 2.39.5