]> source.dussan.org Git - aspectj.git/commitdiff
joinpointsignatures.adoc: minor formatting cosmetics
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 15 Feb 2024 02:00:06 +0000 (09:00 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 15 Feb 2024 02:00:06 +0000 (09:00 +0700)
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
docs/adk15notebook/joinpointsignatures.adoc

index eca1b86b5b4ad68d70664480ef8c5e61c49cf017..584744f5c2c2425abf7fcb619fdf5e48a7247fb6 100644 (file)
@@ -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.