Skip to content

Commit 427d502

Browse files
committed
Merge branch 'stable'
Conflicts: src/test/java/com/rabbitmq/client/test/server/XDeathHeaderGrowth.java
2 parents bbf0aae + caba8b8 commit 427d502

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/java/com/rabbitmq/client/test/server/XDeathHeaderGrowth.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import java.util.UUID;
2929
import java.util.concurrent.CountDownLatch;
3030
import java.util.concurrent.TimeUnit;
31-
import java.util.concurrent.atomic.AtomicInteger;
3231
import java.util.concurrent.atomic.AtomicLong;
3332

3433
import org.junit.Test;
@@ -41,10 +40,9 @@
4140

4241
class RejectingConsumer extends DefaultConsumer {
4342
private CountDownLatch latch;
44-
private volatile Map<String, Object> headers;
43+
private Map<String, Object> headers;
4544
private AtomicLong counter;
4645

47-
4846
public RejectingConsumer(Channel channel, CountDownLatch latch) {
4947
super(channel);
5048
this.latch = latch;

0 commit comments

Comments
 (0)