Skip to content

Commit fb032ac

Browse files
committed
Reduce method visibiliy
References rabbitmq#208
1 parent 0cfbbca commit fb032ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rabbitmq/client/impl/recovery/AutorecoveringChannel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ private void maybeDeleteRecordedAutoDeleteExchange(String exchange) {
721721
this.connection.maybeDeleteRecordedAutoDeleteExchange(exchange);
722722
}
723723

724-
public void updateConsumerTag(String tag, String newTag) {
724+
void updateConsumerTag(String tag, String newTag) {
725725
synchronized (this.consumerTags) {
726726
consumerTags.remove(tag);
727727
consumerTags.add(newTag);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy