HHH-13306 And remove the unused LOG instance as well

This commit is contained in:
Sanne Grinovero 2019-03-06 12:50:50 +00:00
parent 30f560f94f
commit d353a10382
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ import org.hibernate.resource.transaction.backend.jta.internal.synchronization.E
* @author Steve Ebersole
*/
public class ExceptionMapperStandardImpl implements ExceptionMapper {
private static final CoreMessageLogger log = CoreLogging.messageLogger( ExceptionMapperStandardImpl.class );
public static final ExceptionMapper INSTANCE = new ExceptionMapperStandardImpl();