BUG-5280: remove support for talking to pre-Boron clients
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / messages / CloseDataChangeListenerRegistrationReply.java
index d5c75eb68a1dbe31f965ae483b71bb6ec5031e5d..563b330b989267b88d8f078e5ff0def4761e1143 100644 (file)
@@ -8,5 +8,10 @@
 
 package org.opendaylight.controller.cluster.datastore.messages;
 
+
 public class CloseDataChangeListenerRegistrationReply {
+    public static final CloseDataChangeListenerRegistrationReply INSTANCE = new CloseDataChangeListenerRegistrationReply();
+
+    private CloseDataChangeListenerRegistrationReply() {
+    }
 }