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
|
* later on therefore changing its behavior from global to per
|
||||||
* channel
|
* channel
|
||||||
*/
|
*/
|
||||||
protected void setMonitoredChannel(Channel channel) {
|
void setMonitoredChannel(Channel channel) {
|
||||||
if (channel != null) {
|
if (channel != null) {
|
||||||
monitoredChannel = channel;
|
monitoredChannel = channel;
|
||||||
isPerChannel = true;
|
isPerChannel = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user