We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647f907 commit ee4eb54Copy full SHA for ee4eb54
Ch07_XSS/src/main/java/de/dominikschadow/webappsecurity/daos/HibernateUtil.java
@@ -27,6 +27,12 @@
27
* @author Dominik Schadow
28
*/
29
public class HibernateUtil {
30
+ /**
31
+ * Util class, no constructor required.
32
+ */
33
+ private HibernateUtil() {
34
+ }
35
+
36
public static SessionFactory getSessionFactory() throws HibernateException {
37
Configuration configuration = new Configuration();
38
configuration.configure();
0 commit comments