Skip to content
Snippets Groups Projects
Commit 4c96aa7d authored by Sandeep Hebbani's avatar Sandeep Hebbani
Browse files

Minor change to change access modifiers of change in device update.

parent 83baff3a
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ IFlowReconcileListener, IInfoProvider, IHAListener {
* A device update event to be dispatched
*/
protected static class DeviceUpdate {
protected enum Change {
public enum 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