aboutsummaryrefslogtreecommitdiffstats
path: root/docs/modules/adk15notebook/pages/joinpointsignatures.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/modules/adk15notebook/pages/joinpointsignatures.adoc')
-rw-r--r--docs/modules/adk15notebook/pages/joinpointsignatures.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/adk15notebook/pages/joinpointsignatures.adoc b/docs/modules/adk15notebook/pages/joinpointsignatures.adoc
index 9daf279e2..eca1b86b5 100644
--- a/docs/modules/adk15notebook/pages/joinpointsignatures.adoc
+++ b/docs/modules/adk15notebook/pages/joinpointsignatures.adoc
@@ -280,8 +280,8 @@ public class Y extends X {
}
....
-Then the modifiers for a call to `(Y y) y.doIt()` are simply `{public}`.
-The modifiers for a call to `(X x) x.doIt()` are `{@Foo,protected}`.
+Then the modifiers for a call to `(Y y) y.doIt()` are simply `{ public }`.
+The modifiers for a call to `(X x) x.doIt()` are `{ @Foo, protected }`.
[[join-point-matching-summary]]
== Summary of Join Point Matching