Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
7822
Description
Looking at Boron-SR2,
./openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/OpenFlowPluginProviderImpl.java, line 180.
I believe this method is incorrect:
public void setFlowRemovedNotification(boolean isFlowRemovedNotificationOn)
It should be
public void setFlowRemovedNotification(final boolean isFlowRemovedNotificationOn)
As it is currently coded, it does not function as intended.