Fix checkstyle violations in sal-common-api
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / data / AsyncConfigurationCommitCoordinator.java
index 6d669ab9dfa481809214f8fe1b07cc9f4472e7a4..4cc608c56e2e82bc98b4f27621c41a7a0497341d 100644 (file)
@@ -12,7 +12,7 @@ import org.opendaylight.yangtools.concepts.Path;
 
 /**
  * Three Phase Commit Coordinator with support of user-supplied commit cohorts
- * which participates in three-phase commit protocols
+ * which participates in three-phase commit protocols.
  *
  * @param <P>
  *            Type of path (subtree identifier), which represents location in
@@ -23,7 +23,7 @@ import org.opendaylight.yangtools.concepts.Path;
 public interface AsyncConfigurationCommitCoordinator<P extends Path<P>, D> {
 
     /**
-     * Register configuration commit handler for particular subtree
+     * Register configuration commit handler for particular subtree.
      *
      * Configuration commit handler is invoked for all write transactions
      * which modifies <code>subtree</code>