Fixed javadocs for java8.
[bgpcep.git] / bgp / rib-spi / src / main / java / org / opendaylight / protocol / bgp / rib / spi / RIBExtensionProviderContext.java
index 9eca6605dc34d16f71578366252f693aaa8222e4..4198d64947bc95b18b0e10e3f1ac75e0829aafed 100644 (file)
@@ -32,9 +32,9 @@ public interface RIBExtensionProviderContext extends RIBExtensionConsumerContext
      *
      * @param afi Address Family identifier
      * @param safi Subsequent Address Family identifier
-     * @param support RIBSupport instance
+     * @param support RIBSupport instance
      * @return Registration handle. Call {@link RIBSupportRegistration#close()} method to remove it.
      * @throws NullPointerException if any of the arguments is null
      */
     <T extends RIBSupport> RIBSupportRegistration<T> registerRIBSupport(Class<? extends AddressFamily> afi, Class<? extends SubsequentAddressFamily> safi, T support);
-}
\ No newline at end of file
+}