Skip to content

Commit

Permalink
HSEARCH-1401 Remove an unused logger in BatchCoordinator
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Dec 6, 2019
1 parent 214eef8 commit a12f065
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -15,12 +15,9 @@

import org.hibernate.CacheMode;
import org.hibernate.search.engine.backend.session.spi.DetachedBackendSessionContext;
import org.hibernate.search.mapper.orm.logging.impl.Log;
import org.hibernate.search.mapper.pojo.work.spi.PojoScopeWorkspace;
import org.hibernate.search.util.common.AssertionFailure;
import org.hibernate.search.util.common.impl.Futures;
import org.hibernate.search.util.common.logging.impl.LoggerFactory;
import java.lang.invoke.MethodHandles;
import javax.persistence.metamodel.EntityType;
import javax.persistence.metamodel.SingularAttribute;

Expand All @@ -33,8 +30,6 @@
*/
public class BatchCoordinator extends FailureHandledRunnable {

private static final Log log = LoggerFactory.make( Log.class, MethodHandles.lookup() );

private final HibernateOrmMassIndexingMappingContext mappingContext;
private final DetachedBackendSessionContext sessionContext;
private final Set<Class<?>> rootEntities; //entity types to reindex excluding all subtypes of each-other
Expand Down

0 comments on commit a12f065

Please sign in to comment.