Skip to content
Snippets Groups Projects
Commit 1c08bea7 authored by abat's avatar abat
Browse files

Merge into master from pull request #261:

merge request for access modifier change for change in device update. (https://github.com/floodlight/floodlight/pull/261)
parents 38e3017b 4c96aa7d
No related branches found
No related tags found
No related merge requests found
...@@ -202,7 +202,7 @@ IFlowReconcileListener, IInfoProvider, IHAListener { ...@@ -202,7 +202,7 @@ IFlowReconcileListener, IInfoProvider, IHAListener {
* A device update event to be dispatched * A device update event to be dispatched
*/ */
protected static class DeviceUpdate { protected static class DeviceUpdate {
protected enum Change { public enum Change {
ADD, DELETE, CHANGE; ADD, DELETE, CHANGE;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment