Fix warnings/javadocs in sal-distributed-datastore
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / messages / CloseDataChangeListenerRegistrationReply.java
index 563b330b989267b88d8f078e5ff0def4761e1143..430202af42e39d17d86b5a812a9cfcc726ea9900 100644 (file)
@@ -10,7 +10,8 @@ package org.opendaylight.controller.cluster.datastore.messages;
 
 
 public class CloseDataChangeListenerRegistrationReply {
-    public static final CloseDataChangeListenerRegistrationReply INSTANCE = new CloseDataChangeListenerRegistrationReply();
+    public static final CloseDataChangeListenerRegistrationReply INSTANCE =
+            new CloseDataChangeListenerRegistrationReply();
 
     private CloseDataChangeListenerRegistrationReply() {
     }