From f87f1d5b79853ac6b6c0aea140f9f50f40cbf8cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Ueno?= Date: Tue, 10 Jan 2017 16:56:44 -0200 Subject: [PATCH] Added missing backtick --- .../src/main/asciidoc/quickstart/guides/tutorial_jpa.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/quickstart/guides/tutorial_jpa.adoc b/documentation/src/main/asciidoc/quickstart/guides/tutorial_jpa.adoc index da8d5853f1..9230becf7f 100644 --- a/documentation/src/main/asciidoc/quickstart/guides/tutorial_jpa.adoc +++ b/documentation/src/main/asciidoc/quickstart/guides/tutorial_jpa.adoc @@ -35,7 +35,7 @@ is required to locate all JPA configuration files by classpath lookup of the `ME ==== `persistence.xml` files should provide a unique name for each "persistence unit". Applications use this name to -reference the configuration when obtaining an `javax.persistence.EntityManagerFactory reference. +reference the configuration when obtaining an `javax.persistence.EntityManagerFactory` reference. The settings defined in the `` element are discussed in <>. Here the `javax.persistence`-prefixed varieties are used when possible. Notice that the remaining