Keep internal API contract between RIB and BGPPeer/ApplicationPeer
[bgpcep.git] / bgp / rib-impl / src / main / java / org / opendaylight / protocol / bgp / rib / impl / FromReflectorClientImportPolicy.java
index 0ea5fe221fb801307b4d894f677dbb633dafdd76..29f6673c0d061b103e5f0c34a182d368891c4839 100644 (file)
@@ -21,7 +21,7 @@ final class FromReflectorClientImportPolicy extends FromInternalImportPolicy {
     }
 
     @Override
-    ContainerNode effectiveAttributes(final ContainerNode attributes) {
+    public ContainerNode effectiveAttributes(final ContainerNode attributes) {
         // TODO: (defensiveness) verify ORIGINATOR_ID (should have been set)
 
         return super.effectiveAttributes(attributes);