BUG-223: Support having multiple RIB instances
[bgpcep.git] / bgp / rib-impl / src / main / java / org / opendaylight / protocol / bgp / rib / impl / BGPObjectComparator.java
index 778e547ae5708f9e9f21b486a6cc7478e3c189a4..d252af29e4d6338bf091be290a1d7f3babc5e540 100644 (file)
@@ -36,8 +36,7 @@ final class BGPObjectComparator implements Comparator<PathAttributes> {
                        return 0;
                }
 
-               // FIXME: look at ASPath
-               // FIXME: look at everything else :-)
+               // FIXME: BUG-185: implement here
 
                return 0;
        }