BUG-6237: Topology freezes or slows down due to java.util.concurrent.TimeoutException
[bgpcep.git] / bgp / path-selection-mode / src / main / java / org / opendaylight / protocol / bgp / mode / impl / add / AddPathSelector.java
index 29e5b096d833f19197002aad307eb782834d0cbe..106c642cae9b9a74066bfa9f52454eee44b3b21a 100644 (file)
@@ -27,7 +27,7 @@ public final class AddPathSelector extends AbstractBestPathSelector {
         super(ourAs);
     }
 
-    public void processPath(final ContainerNode attrs, final RouteKey key, final int offsetPosition, final Long pathId) {
+    void processPath(final ContainerNode attrs, final RouteKey key, final int offsetPosition, final Long pathId) {
         Preconditions.checkNotNull(key.getRouteId(), "Router ID may not be null");
 
         // Consider only non-null attributes