Fixing titles
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/52a090b6 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/52a090b6 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/52a090b6 Branch: refs/heads/master Commit: 52a090b6f581122b8f517b93911470947452f014 Parents: 622ada3 Author: Carlos Chacin <[email protected]> Authored: Wed Dec 5 23:26:20 2018 -0800 Committer: Carlos Chacin <[email protected]> Committed: Wed Dec 5 23:26:55 2018 -0800 ---------------------------------------------------------------------- docs/local-client-injection.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/52a090b6/docs/local-client-injection.adoc ---------------------------------------------------------------------- diff --git a/docs/local-client-injection.adoc b/docs/local-client-injection.adoc index 01a9516..fd14373 100644 --- a/docs/local-client-injection.adoc +++ b/docs/local-client-injection.adoc @@ -1,11 +1,9 @@ -# OpenEJB 3.1.1 or later required} +# Local Client Injection :index-group: Testing Techniques :jbake-date: 2018-12-05 :jbake-type: page :jbake-status: published -## Local Client Injection - The _@LocalClient_ annotation (org.apache.openejb.api.LocalClient) is an innovation that crosses concepts of an Java EE Application Client with a plain Java SE client. This particular annotation is focused on clients
