Skip to content

Commit

Permalink
HHH-14900 Remove dead logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Oct 26, 2021
1 parent 91e2935 commit 8a2869a
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -13,8 +13,6 @@
import org.hibernate.engine.jdbc.batch.spi.BatchBuilder;
import org.hibernate.engine.jdbc.batch.spi.BatchKey;
import org.hibernate.engine.jdbc.spi.JdbcCoordinator;
import org.hibernate.internal.CoreLogging;
import org.hibernate.internal.CoreMessageLogger;
import org.hibernate.internal.util.config.ConfigurationHelper;
import org.hibernate.service.spi.Configurable;
import org.hibernate.service.spi.Manageable;
Expand All @@ -25,7 +23,6 @@
* @author Steve Ebersole
*/
public class BatchBuilderImpl implements BatchBuilder, Configurable, Manageable, BatchBuilderMXBean {
private static final CoreMessageLogger LOG = CoreLogging.messageLogger( BatchBuilderImpl.class );

private int jdbcBatchSize;

Expand Down

0 comments on commit 8a2869a

Please sign in to comment.