mirror of https://github.com/apache/activemq.git
AMQ-9344 - fix compilation on backport
This commit is contained in:
parent
d80bc17d70
commit
1bd897fe5f
|
@ -104,7 +104,6 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
import org.slf4j.MDC;
|
||||
|
||||
import jakarta.jms.ResourceAllocationException;
|
||||
|
||||
public class TransportConnection implements Connection, Task, CommandVisitor {
|
||||
private static final Logger LOG = LoggerFactory.getLogger(TransportConnection.class);
|
||||
|
|
Loading…
Reference in New Issue