There was an error while loading. Please reload this page.
1 parent 53e7efb commit bbeeab5Copy full SHA for bbeeab5
1 file changed
Ch07_XSS/src/main/java/de/dominikschadow/webappsecurity/daos/HibernateUtil.java
@@ -33,7 +33,7 @@ public class HibernateUtil {
33
private HibernateUtil() {
34
}
35
36
- public static SessionFactory getSessionFactory() throws HibernateException {
+ public static SessionFactory getSessionFactory() {
37
Configuration configuration = new Configuration();
38
configuration.configure();
39
ServiceRegistry serviceRegistry = new ServiceRegistryBuilder().applySettings(configuration.getProperties())
0 commit comments