Fix checkstyle violations in sal-binding-api
[controller.git] / opendaylight / md-sal / sal-binding-api / src / main / java / org / opendaylight / controller / md / sal / binding / api / ClusteredDataTreeChangeListener.java
index 557541424ee41c664d13327990af32e666321f83..aa4d8d34c6e300afc54217e1990c56810b8eceb0 100644 (file)
@@ -12,6 +12,7 @@ import org.opendaylight.yangtools.yang.binding.DataObject;
 /**
  * ClusteredDataTreeChangeListener is a marker interface to enable data tree change notifications on all
  * instances in a cluster where this listener is registered.
+ *
  * <p>
  * Applications should implement ClusteredDataTreeChangeListener instead of {@link DataTreeChangeListener},
  * if they want to listen for data tree change notifications on any node of a clustered data store.