Merge pull request #325 from DevFactory/utility-classes-should-not-have-public-constructors-fix-3
Utility classes should not have public constructors
This commit is contained in:
@ -32,6 +32,9 @@ public class HibernateUtil {
|
||||
}
|
||||
}
|
||||
|
||||
private HibernateUtil() {
|
||||
}
|
||||
|
||||
public static SessionFactory getSessionFactory() {
|
||||
return SESSION_FACTORY;
|
||||
}
|
||||
|
Reference in New Issue
Block a user