BUG-4827: Replace extractPathId method from RibSupport
[bgpcep.git] / bgp / path-selection-mode / src / main / java / org / opendaylight / protocol / bgp / mode / impl / add / n / paths / SimpleRouteEntry.java
index d0fd2297fd17c94c41a9a2f7e2228d201645115d..4bdd87ea2b808cf9d65d37572059af932c431011 100644 (file)
@@ -24,7 +24,7 @@ final class SimpleRouteEntry extends AbstractNPathsRouteEntry {
     }
 
     @Override
-    public boolean removeRoute(final UnsignedInteger routerId, final long remotePathId) {
+    public boolean removeRoute(final UnsignedInteger routerId, final Long remotePathId) {
         final RouteKey key = new RouteKey(routerId, remotePathId);
         return removeRoute(key, getOffsets().offsetOf(key));
     }