Skip to content

Commit 2875554

Browse files
author
Matthew Sackman
committed
Incorrect import
1 parent b147716 commit 2875554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/rabbitmq/client/Channel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import com.rabbitmq.client.AMQP.Exchange;
3838
import com.rabbitmq.client.AMQP.Queue;
3939
import com.rabbitmq.client.AMQP.Tx;
40-
import com.rabbitmq.client.impl.AMQImpl.Channel.FlowOk;
40+
import com.rabbitmq.client.AMQP.Channel.FlowOk;
4141

4242
/**
4343
* Public API: Interface to an AMQ channel. See the <a href="http://www.amqp.org/">spec</a> for details.

0 commit comments

Comments
 (0)