squid:S2974 - Classes without public constructors should be final

This commit is contained in:
Mohammed Ezzat
2016-02-09 17:19:31 +02:00
parent 33224dd7d7
commit 632174b6dc
14 changed files with 14 additions and 14 deletions

View File

@ -32,7 +32,7 @@ import org.hibernate.cfg.Configuration;
/**
* Produces the Hibernate {@link SessionFactory}.
*/
public class HibernateUtil {
public final class HibernateUtil {
/**
* The cached session factory