diff --git a/hibernate-reactive-core/src/main/java/org/hibernate/reactive/persister/entity/impl/ReactiveIdentityGenerator.java b/hibernate-reactive-core/src/main/java/org/hibernate/reactive/persister/entity/impl/ReactiveIdentityGenerator.java index 964f7908a..20d32814d 100644 --- a/hibernate-reactive-core/src/main/java/org/hibernate/reactive/persister/entity/impl/ReactiveIdentityGenerator.java +++ b/hibernate-reactive-core/src/main/java/org/hibernate/reactive/persister/entity/impl/ReactiveIdentityGenerator.java @@ -12,20 +12,14 @@ import org.hibernate.id.PostInsertIdentityPersister; import org.hibernate.id.insert.InsertGeneratedIdentifierDelegate; import org.hibernate.reactive.id.insert.ReactiveInsertReturningDelegate; -import org.hibernate.reactive.logging.impl.Log; - -import static java.lang.invoke.MethodHandles.lookup; -import static org.hibernate.reactive.logging.impl.LoggerFactory.make; /** * Fix the insert and select id queries generated by Hibernate ORM */ public class ReactiveIdentityGenerator extends IdentityGenerator { - private static final Log LOG = make( Log.class, lookup() ); - /** - * @see CockroachDBIdentityColumnSupport#supportsIdentityColumns() for some limitations related to CockraochDB + * @see CockroachDBIdentityColumnSupport#supportsIdentityColumns() for some limitations related to CockroachDB */ @Override public InsertGeneratedIdentifierDelegate getGeneratedIdentifierDelegate(PostInsertIdentityPersister persister) {