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:
@@ -24,7 +24,7 @@ public class HibernateManager
|
||||
session.close();
|
||||
}
|
||||
if(sessionFactory != null && sessionFactory.isOpen()) {
|
||||
session.close();
|
||||
sessionFactory.close();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user