Skip to content

Commit

Permalink
Fixed formatting errors
Browse files Browse the repository at this point in the history
Signed-off-by: thadumi <th.theodor.th@gmail.com>
  • Loading branch information
thadumi committed Mar 23, 2020
1 parent 45f24eb commit 9bda33f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Expand Up @@ -61,8 +61,9 @@ Lifecycle callback interceptor methods
declared in an interceptor class or superclass of an interceptor class
must have one of the following signatures:

_void <METHOD>(InvocationContext)_
_Object <METHOD>(InvocationContext)_
_void <METHOD>(InvocationContext)_

_Object <METHOD>(InvocationContext)_

Note: A lifecycle callback interceptor method
may be declared to throw checked exceptions including the
Expand All @@ -75,7 +76,7 @@ Lifecycle callback interceptor methods
declared in a target class or in a superclass of a target class must
have the following signature:

_void <METHOD>()_
_void <METHOD>()_

The following example declares lifecycle
callback interceptor methods in both the interceptor class and the
Expand Down
3 changes: 3 additions & 0 deletions spec/src/main/asciidoc/interceptors-spec.adoc
Expand Up @@ -23,6 +23,9 @@ endif::[]
:sectnums!:
include::chapters/license/license_efsl.adoc[]

// attributes for footnotes used among the chapters
include::chapters/appendix/footnotes.adoc[]

:sectnums:

include::chapters/overview/overview.adoc[]
Expand Down

0 comments on commit 9bda33f

Please sign in to comment.