Change return type of events
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / lifecycle / ReconciliationFrameworkRegistrar.java
index 70684b33fc4df88e69e636736b0807f3d76ef5c6..d1b7508fe97d525575333cf67cfa0d105db0044e 100644 (file)
@@ -13,7 +13,7 @@ import org.opendaylight.openflowplugin.api.openflow.device.DeviceInfo;
 public interface ReconciliationFrameworkRegistrar {
     /**
      * Check if reconciliation framework is registered.
-     * If not the event {@link OwnershipChangeListener#becomeMasterBeforeSubmittedDS(DeviceInfo, FutureCallback)}
+     * If not the event {@link OwnershipChangeListener#becomeMasterBeforeSubmittedDS(DeviceInfo)}
      * will not be triggered.
      * @return true if there exists any reconciliation framework registration
      */