| Chunk |
|---|
| Conflicting content |
|---|
* |
| Solution content |
|---|
* |
| File |
|---|
| AbstractMessageListenerContainer.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Comment |
| Chunk |
|---|
| Conflicting content |
|---|
/**
* Perform a rollback, if appropriate.
* @param channel the Rabbit Channel to roll back
<<<<<<< HEAD
* @throws Exception in case of a rollback error
=======
>>>>>>> 64d1befc3520793b0f7c3bcd6c3eb387317c32b2
*/
protected void rollbackIfNecessary(Channel channel) {
if (this.isChannelLocallyTransacted(channel)) { |
| Solution content |
|---|
/**
* Perform a rollback, if appropriate.
* @param channel the Rabbit Channel to roll back
* @throws Exception in case of a rollback error
*/
protected void rollbackIfNecessary(Channel channel) {
if (this.isChannelLocallyTransacted(channel)) { |
| File |
|---|
| AbstractMessageListenerContainer.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Comment |