AMQ-9344 - fix compilation on backport

This commit is contained in:
Christopher L. Shannon (cshannon) 2024-01-23 10:46:29 -05:00
parent d80bc17d70
commit 1bd897fe5f
1 changed files with 0 additions and 1 deletions

View File

@ -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);