Remove Deleted Method: StubRabbitConnectionFactory

This commit is contained in:
Gary Russell
2015-05-01 15:17:15 +01:00
parent af71cf99b1
commit d77e0a954e

View File

@@ -438,11 +438,6 @@ public class StubRabbitConnectionFactory implements ConnectionFactory {
return null;
}
@Override
@Deprecated
public void basicRecoverAsync(boolean requeue) throws IOException {
}
@Override
public com.rabbitmq.client.AMQP.Tx.SelectOk txSelect() throws IOException {
return null;