Made another method in TrafficCounter package-private

This commit is contained in:
Trustin Lee 2009-04-08 07:31:46 +00:00
parent cc181204c0
commit 5442ca3600

View File

@ -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;