fix small error in doc
This commit is contained in:
parent
fa5adc1979
commit
ec03b6fd7f
|
@ -124,7 +124,7 @@ But we still need to clean up:
|
||||||
|
|
||||||
[source,java]
|
[source,java]
|
||||||
----
|
----
|
||||||
entityManager.close();
|
session.close();
|
||||||
----
|
----
|
||||||
|
|
||||||
.Injecting the `EntityManager`
|
.Injecting the `EntityManager`
|
||||||
|
|
Loading…
Reference in New Issue