[hibernate-commits] [hibernate/hibernate-orm] 5501a4: HHH-13855 - Remove unnecessary delared variable Jt...

Safeer Ansari noreply at github.com
Mon Feb 24 16:13:09 EST 2020


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 5501a40dd20cd21c96a142979276b746cfd0f728
      https://github.com/hibernate/hibernate-orm/commit/5501a40dd20cd21c96a142979276b746cfd0f728
  Author: The Geeky Asian <msafeeransari at 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.




More information about the hibernate-commits mailing list