Fix some rib-impl warnigs
[bgpcep.git] / bgp / rib-impl / src / main / java / org / opendaylight / protocol / bgp / rib / impl / TableContext.java
index c03b266b10f7c1ab4bb658087ee8d34cf1be08e9..2fbe76c54e8c653e869ae796d8aa8272545a6462 100644 (file)
@@ -23,9 +23,8 @@ import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgum
 
 /**
  * A context for a single RIB table instance. It is always bound to a particular {@link AdjRibInWriter}.
- *
- * FIXME: need a better name once we local-rib and rib-out contexts
  */
+// FIXME: need a better name once we local-rib and rib-out contexts
 @NotThreadSafe
 final class TableContext {
     private final YangInstanceIdentifier tableId;