Fix warnings/javadocs in sal-distributed-datastore
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / modification / AbstractModification.java
index 77f0858d7b1ef9119fb5b2bff9039de0d30e4536..02b8047b44bfae5ca1094acc5b26ddfd07890a1b 100644 (file)
@@ -12,7 +12,7 @@ package org.opendaylight.controller.cluster.datastore.modification;
 import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier;
 
 /**
- * Base class to be used for all simple modifications that can be applied to a DOMStoreTransaction
+ * Base class to be used for all simple modifications that can be applied to a DOMStoreTransaction.
  */
 public abstract class AbstractModification implements Modification {