Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 5501a40dd20cd21c96a142979276b746cfd0f728
https://github.com/hibernate/hibernate-orm/commit/5501a40dd20cd21c96a1429...
Author: The Geeky Asian <msafeeransari(a)gmail.com>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M
hibernate-jipijapa/src/main/java/org/jboss/as/jpa/hibernate5/HibernatePersistenceProviderAdaptor.java
Log Message:
-----------
HHH-13855 - Remove unnecessary delared variable JtaManager in
HibernatePersistenceProviderAdaptor
In the HibernatePersistenceProviderAdaptor, there is an unnecessary declaration of
JtaManager. The sole purpose of having this variable is only to use in the overridden
method named InjectJtaManager.
This was be improved by removing the JtaManager as there is no use of the variable, as of
now at least.