From 536a91dc78c28573955c0a1dfc7b7059518f7759 Mon Sep 17 00:00:00 2001 From: stonio Date: Mon, 23 Jan 2017 14:57:27 +0100 Subject: [PATCH] Update Configurations.adoc - Typo org.hibernate.core Missing trailing backtick after org.hibernate.core --- .../src/main/asciidoc/userguide/appendices/Configurations.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/userguide/appendices/Configurations.adoc b/documentation/src/main/asciidoc/userguide/appendices/Configurations.adoc index 0fd7816094..99a3e67f9b 100644 --- a/documentation/src/main/asciidoc/userguide/appendices/Configurations.adoc +++ b/documentation/src/main/asciidoc/userguide/appendices/Configurations.adoc @@ -746,7 +746,7 @@ This property can not be combined with `hibernate.ejb.interceptor`. |`hibernate.jmx.agentId` | | The agent identifier of the associated `MBeanServer`. |`hibernate.jmx.defaultDomain` | | The domain name of the associated `MBeanServer`. |`hibernate.jmx.sessionFactoryName` | | The `SessionFactory` name appended to the object name the Manageable Bean is registered with. If null, the `hibernate.session_factory_name` configuration value is used. -|`org.hibernate.core | | The default object domain appended to the object name the Manageable Bean is registered with. +|`org.hibernate.core` | | The default object domain appended to the object name the Manageable Bean is registered with. |=================================================================================================================================================================================================================================== [[configurations-jacc]]