Made another method in TrafficCounter package-private
This commit is contained in:
parent
cc181204c0
commit
5442ca3600
@ -295,7 +295,7 @@ public class TrafficCounter {
|
||||
* later on therefore changing its behavior from global to per
|
||||
* channel
|
||||
*/
|
||||
protected void setMonitoredChannel(Channel channel) {
|
||||
void setMonitoredChannel(Channel channel) {
|
||||
if (channel != null) {
|
||||
monitoredChannel = channel;
|
||||
isPerChannel = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user