Skip to content

Commit

Permalink
Reduce method visibiliy
Browse files Browse the repository at this point in the history
References #208
  • Loading branch information
acogoluegnes committed Oct 24, 2016
1 parent 0cfbbca commit fb032ac
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -721,7 +721,7 @@ private void maybeDeleteRecordedAutoDeleteExchange(String exchange) {
this.connection.maybeDeleteRecordedAutoDeleteExchange(exchange);
}

public void updateConsumerTag(String tag, String newTag) {
void updateConsumerTag(String tag, String newTag) {
synchronized (this.consumerTags) {
consumerTags.remove(tag);
consumerTags.add(newTag);
Expand Down

0 comments on commit fb032ac

Please sign in to comment.