Explorar el Código

joinpointsignatures.adoc: minor formatting cosmetics

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_21_2
Alexander Kriegisch hace 2 meses
padre
commit
3cf58948f8
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. 3
    4
      docs/adk15notebook/joinpointsignatures.adoc

+ 3
- 4
docs/adk15notebook/joinpointsignatures.adoc Ver fichero

@@ -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.

Cargando…
Cancelar
Guardar