HHH-12388 - User Guide and Javadoc typo fixes

Fix adoc typo in "Using table identifier generator" User Guide section.
This commit is contained in:
Roland Illig 2018-03-05 16:04:16 +01:00 committed by Vlad Mihalcea
parent a17a8df9e3
commit 08fa07442b
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ include::{extrasdir}/id/identifiers-generators-table-configured-mapping-example.
Now, when inserting 3 `Product` entities, Hibernate generates the following statements:
[[identifiers-generators-table-configured-persist-example]]]
[[identifiers-generators-table-configured-persist-example]]
.Configured table generator persist example
====
[source,java]