Bug 7521: Convert byte[] to ShardManagerSnapshot in DatastoreSnapshot
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / messages / CloseDataChangeListenerRegistrationReply.java
index d5c75eb68a1dbe31f965ae483b71bb6ec5031e5d..430202af42e39d17d86b5a812a9cfcc726ea9900 100644 (file)
@@ -8,5 +8,11 @@
 
 package org.opendaylight.controller.cluster.datastore.messages;
 
+
 public class CloseDataChangeListenerRegistrationReply {
+    public static final CloseDataChangeListenerRegistrationReply INSTANCE =
+            new CloseDataChangeListenerRegistrationReply();
+
+    private CloseDataChangeListenerRegistrationReply() {
+    }
 }