Fix variable name error
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
88a9b2b706
commit
33f09270e5
@ -24,7 +24,7 @@ public class HibernateManager
|
||||
session.close();
|
||||
}
|
||||
if(sessionFactory != null && sessionFactory.isOpen()) {
|
||||
session.close();
|
||||
sessionFactory.close();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user