HHH-13995 Remove dead code from StandardBasicTypes

This commit is contained in:
Sanne Grinovero 2020-04-29 18:16:06 +01:00
parent 3c48f8cb5b
commit c38be8061d
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ public final class StandardBasicTypes {
private StandardBasicTypes() { private StandardBasicTypes() {
} }
private static final Set<SqlTypeDescriptor> SQL_TYPE_DESCRIPTORS = new HashSet<SqlTypeDescriptor>();
/** /**
* The standard Hibernate type for mapping {@link Boolean} to JDBC {@link java.sql.Types#BIT BIT}. * The standard Hibernate type for mapping {@link Boolean} to JDBC {@link java.sql.Types#BIT BIT}.
* *