BUG-5790: BGP Test tool
[bgpcep.git] / bgp / rib-impl / src / main / java / org / opendaylight / protocol / bgp / rib / impl / BGPSessionImpl.java
index c7cbd42fbdd4a73fa06e6a41bef0486c181e92f0..429aee72341be86fb9f687a900ca3f6cb51b7914 100644 (file)
@@ -452,7 +452,7 @@ public class BGPSessionImpl extends SimpleChannelInboundHandler<Notification> im
         this.sessionStats.resetStats();
     }
 
-    ChannelOutputLimiter getLimiter() {
+    public ChannelOutputLimiter getLimiter() {
         return this.limiter;
     }