Updated admonition
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/b41f269c Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/b41f269c Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/b41f269c Branch: refs/heads/master Commit: b41f269c7800295eeb3169665c496b0e1ddbac8b Parents: 18f1d82 Author: Ryan McGuinness <[email protected]> Authored: Sun Dec 16 19:28:28 2018 -0500 Committer: Ryan McGuinness <[email protected]> Committed: Sun Dec 16 19:28:28 2018 -0500 ---------------------------------------------------------------------- examples/access-timeout-meta/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/b41f269c/examples/access-timeout-meta/README.adoc ---------------------------------------------------------------------- diff --git a/examples/access-timeout-meta/README.adoc b/examples/access-timeout-meta/README.adoc index f76b590..d6035ab 100644 --- a/examples/access-timeout-meta/README.adoc +++ b/examples/access-timeout-meta/README.adoc @@ -12,7 +12,7 @@ The value of the parameters supplied to `@AccessTimeout` have a dramatic affect where `-1` and `0` have signifcantly different meanings. One means "wait forever", the other means "never wait". Only a lucky few can remember which is which on a daily basis. For the rest of us it is a constant source of bugs. -[red underline] Meta-Annotations to the rescue! +TIP: Meta-Annotations to the rescue! == *_Creating the Meta-Annotations_*
