aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-02-15 09:00:06 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-02-15 09:00:06 +0700
commit3cf58948f864bd5fd9cd9ade20ae887b6d2b5c75 (patch)
tree568fff24910eb92b5a37cefd9bc4847f145f8808
parent2f2416bd5de9a0f4f83fcf15d9b6a8f32d39bc47 (diff)
downloadaspectj-3cf58948f864bd5fd9cd9ade20ae887b6d2b5c75.tar.gz
aspectj-3cf58948f864bd5fd9cd9ade20ae887b6d2b5c75.zip
joinpointsignatures.adoc: minor formatting cosmetics
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-rw-r--r--docs/adk15notebook/joinpointsignatures.adoc7
1 files 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.