HHH-13306 And remove the unused LOG instance as well
This commit is contained in:
parent
30f560f94f
commit
d353a10382
|
@ -16,7 +16,6 @@ import org.hibernate.resource.transaction.backend.jta.internal.synchronization.E
|
||||||
* @author Steve Ebersole
|
* @author Steve Ebersole
|
||||||
*/
|
*/
|
||||||
public class ExceptionMapperStandardImpl implements ExceptionMapper {
|
public class ExceptionMapperStandardImpl implements ExceptionMapper {
|
||||||
private static final CoreMessageLogger log = CoreLogging.messageLogger( ExceptionMapperStandardImpl.class );
|
|
||||||
|
|
||||||
public static final ExceptionMapper INSTANCE = new ExceptionMapperStandardImpl();
|
public static final ExceptionMapper INSTANCE = new ExceptionMapperStandardImpl();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue